forked from underscoreio/shapeless-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 795 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": "shapeless-guide",
"description": "",
"version": "0.0.1",
"dependencies": {
"grunt": "0.4.5",
"grunt-browserify": "3.3.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-less": "1.0.0",
"grunt-contrib-watch": "0.6.1",
"grunt-css-url-embed": "1.5.0",
"js-yaml": "3.2.6",
"pandoc-filter": "^0.1.4"
},
"devDependencies": {
"bootstrap": "3.3.1",
"coffeeify": "1.0.0",
"jquery": "2.1.1",
"uglifyify": "2.6.0",
"underscore": "1.7.0",
"underscore-ebook-template": "git+https://github.com/underscoreio/underscore-ebook-template.git#0.2.1"
},
"scripts": {
"test": "echo \"Error: no test specificed\" && exit 1"
},
"author": "Dave Gurnell"
}