-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "keystone-shop",
"version": "0.0.0",
"private": false,
"dependencies": {
"async": "^1.5.1",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"dotenv": "^1.1.0",
"gulp-babel": "^6.1.1",
"keystone": "https://github.com/keystonejs/keystone.git",
"nib": "^1.1.0",
"numeral": "^1.5.3",
"stripe": "^4.1.0",
"stylus": "^0.53.0",
"superagent": "^1.6.1",
"underscore": "^1.8.3",
"watchify": "^3.6.1"
},
"devDependencies": {
"chalk": "^1.1.1",
"gulp": "^3.7.0",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^0.1.3",
"nib": "^1.1.0",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node keystone.js"
},
"main": "keystone.js"
}