-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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": "blocks-template",
"version": "0.0.0",
"description": "Reference blocks template",
"repository": {
"type": "git",
"url": "[email protected]:davidpelaez/blocks-template.git"
},
"dependencies": {
"broccoli-csso": "1.0.0",
"broccoli-replace": "^0.11.0",
"broccoli-uncss": "1.1.0",
"imagemin-jpegtran": "4.0.0",
"underscore": "^1.8.3",
"broccoli": "0.13.2",
"broccoli-caching-writer": "0.5.2",
"broccoli-coffee": "0.1.2",
"broccoli-concat": "0.0.12",
"broccoli-file-remover": "0.3.1",
"broccoli-filter": "0.1.10",
"broccoli-iced-coffee": "0.2.0",
"broccoli-imagemin": "0.1.4",
"broccoli-kitchen-sink-helpers": "0.2.5",
"broccoli-merge-trees": "0.2.1",
"broccoli-replace": "0.2.0",
"broccoli-sass": "0.3.0",
"broccoli-select": "0.1.0",
"broccoli-static-compiler": "0.2.1",
"broccoli-strip-debug": "1.0.0",
"broccoli-uglify-js": "0.1.3",
"broccoli-writer": "0.1.1",
"coffee-script": "1.8.0",
"emblem": "0.3.18",
"glob": "4.0.6",
"handlebars": "2.0.0",
"imagemin-mozjpeg": "4.0.0",
"js-yaml": "3.2.2",
"mkdirp": "0.5.0",
"rsvp": "3.0.14",
"underscore": "1.7.0",
"utf8": "2.0.0"
}
}