forked from pdehaan/Chapter-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 761 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
{
"name": "Chapter-2",
"version": "1.0.0",
"description": "",
"keywords": [],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-jade": "~0.9.1",
"grunt-contrib-watch": "~0.4.0",
"matchdep": "~0.1.1"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/packt-mg/Chapter-2/",
"bugs": "https://github.com/packt-mg/Chapter-2/issues/",
"repository": {
"type": "git",
"url": "git@github.com:packt-mg/Chapter-2.git"
},
"author": "Daniel Li (http://x711Li.com)",
"private": true
}