-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.32 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "weatherpic",
"description": "Example of using bla",
"author": "Alexander Tarmolov <[email protected]>",
"homepage": "https://github.com/baby-loris/weatherpic",
"repository": {
"type": "git",
"url": "https://github.com/baby-loris/weatherpic.git"
},
"bugs": {
"url": "https://github.com/baby-loris/weatherpic/issues"
},
"engines": {
"node": "0.10.x"
},
"license": "MIT",
"dependencies": {
"bla": "^1.0.0",
"body-parser": "1.5.2",
"del": "0.1.1",
"express": "4.6.1",
"gulp": "3.8.6",
"gulp-cached": "1.0.1",
"gulp-concat": "2.3.4",
"gulp-jscs": "1.0.0",
"gulp-jshint": "1.8.0",
"gulp-minify-css": "0.3.7",
"gulp-nodemon": "1.0.4",
"gulp-remember": "0.2.0",
"gulp-sourcemaps": "1.1.0",
"gulp-stylus": "1.3.0",
"gulp-uglify": "0.3.1",
"inherit": "2.2.2",
"jscs": "1.5.8",
"jshint": "2.5.2",
"jshint-groups": "0.6.2",
"jshint-stylish": "0.4.0",
"log": "1.4.0",
"mustache": "0.8.2",
"vow": "0.4.5",
"vow-asker": "0.6.6",
"vow-fs": "0.3.2",
"ym": "0.1.0"
},
"devDependencies": {
"errorhandler": "1.1.1",
"git-hooks": "1.0.2"
},
"scripts": {
"preinstall": "mkdir -p .git",
"postinstall": "gulp build environment",
"start": "gulp build dev",
"test": "gulp build test"
}
}