-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 805 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 805 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
29
30
31
32
33
34
35
36
{
"name": "questor",
"version": "0.1.0",
"description": "",
"dependencies": {
"bower": "^1.4.1",
"consolidate": "^0.12.1",
"express": "^4.12.3",
"express-handlebars": "^2.0.1",
"gulp": "^3.8.11",
"mongodb": "^2.0.33"
},
"devDependencies": {
"browser-sync": "^2.7.1",
"debug": "^2.1.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-compass": "~2.0.4",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^2.2.0",
"jshint-stylish": "^1.0.2",
"precommit-hook": "^2.0.1"
},
"scripts": {
"start": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "gulp lint"
},
"pre-commit": [
"lint"
],
"author": "",
"license": "ISC"
}