-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 899 Bytes
/
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
{
"name": "grunt-entwine-quickstart",
"version": "1.0.0",
"description": "A project with Grunt and entwine preconfigured for most purposes.",
"main": "index.js",
"repository": {
"type": "hg",
"url": "https://bitbucket.org/klembot/grunt-entwine-quickstart"
},
"author": "Chris Klimas <[email protected]> (https://twinery.org)",
"license": "CC0-1.0",
"homepage": "https://bitbucket.org/klembot/grunt-entwine-quickstart#readme",
"dependencies": {
"download-file": "^0.1.5",
"filenamify": "^1.2.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-entwine": "^1.2.0",
"inquirer": "^1.0.2",
"jit-grunt": "^0.10.0",
"json-format": "^0.1.2",
"loading-spinner": "^1.1.3",
"nw-builder": "^2.2.0",
"twine-utils": "^1.2.3",
"wordwrap": "^1.0.0"
}
}