-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 KB
/
package.json
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
38
39
40
41
42
43
{
"name": "nodepresskit",
"description": "A Node.js implementation of Rami Ismail's presskit().",
"version": "0.1.0",
"homepage": "https://github.com/chasepettit/nodepresskit",
"author": {
"name": "Chase Pettit",
"url": "https://github.com/chasepettit"
},
"repository": {
"type": "git",
"url": "https://github.com/chasepettit/nodepresskit.git"
},
"bugs": {
"url": "https://github.com/chasepettit/nodepresskit/issues"
},
"scripts": {
"postinstall": "bower install && grunt init"
},
"license": "GNU GPL",
"main": "Gruntfile.coffee",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"assemble": "~0.4.35",
"assemble-contrib-anchors": "~0.1.1",
"assemble-contrib-toc": "~0.1.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"handlebars-helper-prettify": "~0.2.1",
"handlebars-helper-slugify": "~0.2.0",
"lodash": "~2.4.1",
"pretty": "~0.1.2",
"grunt-contrib-connect": "~0.6.0",
"bower": "~1.2.8",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-mkdir": "~0.1.1"
}
}