-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "ideabook",
"version": "1.0.0",
"description": "ideabook: An Ionic project",
"dependencies": {
"express": "^4.12.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thefedoration/ideabook.git"
},
"author": "Fedor Garin",
"license": "ISC",
"bugs": {
"url": "https://github.com/thefedoration/ideabook/issues"
},
"homepage": "https://github.com/thefedoration/ideabook",
"engines": {
"node": "0.10.35"
}
}