-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 771 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
{
"name": "cleanshave",
"version": "0.4.2",
"author": "David Normington <david.normo@gmail.com>",
"description": "From a hairy HTML template, to a well groomed DOM based template.",
"repository": {
"type": "git",
"url": "git@github.com:davidnormo/cleanshave.git"
},
"homepage": "http://github.com/davidnormo/cleanshave",
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-mocha-cli": "^1.10.0",
"grunt-peg": "^1.5.0",
"jsdom": "^1.0.3",
"jsonfile": "^2.0.0"
},
"dependencies": {
"fs.extra": "^1.3.0",
"mocha": "^2.1.0",
"nomnom": "1.8.0"
},
"preferGlobal": true,
"bin": {
"cleanshave": "./cleanshave"
}
}