-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
44
45
{
"name": "broccoli-taco",
"version": "0.0.7",
"description": "Broccoli based static site generator",
"repository": "https://github.com/moudy/broccoli-taco",
"main": "index.js",
"engines": {
"node": "^6.9.2"
},
"bin": {
"broccoli-taco": "./bin/broccoli-taco"
},
"scripts": {
"test": "mocha"
},
"author": "Moudy",
"license": "MIT",
"dependencies": {
"broccoli": "^0.16.0",
"broccoli-handlebars": "0.0.6",
"broccoli-kitchen-sink-helpers": "^0.2.6",
"broccoli-merge-trees": "0.2.1",
"broccoli-sane-watcher": "1.0.2",
"broccoli-static-compiler": "^0.2.1",
"broccoli-unwatched-tree": "^0.1.1",
"chalk": "^1.0.0",
"clone": "^1.0.2",
"commander": "^2.8.0",
"findup-sync": "^0.2.1",
"handlebars": "^3.0.1",
"mkdirp": "^0.5.0",
"ncp": "^2.0.0",
"quick-temp": "^0.1.2",
"require-dir": "^0.3.0",
"resolve": "^1.1.6",
"rsvp": "^3.0.18",
"walk-sync": "^0.1.3"
},
"devDependencies": {
"chai": "^2.2.0",
"findup-sync": "^0.2.1",
"mkdirp": "^0.5.0",
"mocha": "^2.2.4"
}
}