-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 841 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 841 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
37
{
"name": "DCENT",
"version": "1.0.0",
"description": "All the tools",
"main": "server.js",
"repository": {
"type" : "git",
"url" : "https://github.com/ThoughtWorksInc/dcent-intro.git"
},
"dependencies": {
"express": "^4.10.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"del": "^1.2.0",
"gulp-concat": "^2.4.1",
"gulp-express": "^0.1.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-jade": "^0.9.0",
"gulp-minify-css": "^0.3.11",
"gulp-open": "^0.3.0",
"gulp-sass": "*",
"gulp-util": "^3.0.1",
"jade": "*",
"run-sequence": "^1.0.1"
},
"devDependencies": {
"browser-sync": "latest",
"gulp-nodemon": "^1.0.4",
"gulp-gh-pages": "^0.5.0"
},
"author": "Chris Cheshire",
"license": "MIT",
"scripts": {
"build": ""
}
}