forked from abarnert/passport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 Bytes
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
{
"name": "passport",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js watch",
"build": "./node_modules/gulp/bin/gulp.js build",
"postinstall": "./node_modules/bower/bin/bower install"
},
"devDependencies": {
"bower": "^1.3.8",
"browserify": "^4.1.2",
"connect": "^2.15.0",
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-jade": "^0.5.0",
"gulp-less": "^1.2.3",
"gulp-livereload": "^1.5.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.14",
"knockout": "^3.1.0",
"moment": "^2.7.0",
"superagent": "^0.18.2",
"vinyl-source-stream": "^0.1.1"
},
"license": "MIT"
}