-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
46
47
48
49
50
51
{
"name": "cabbage",
"version": "0.0.9",
"description": "A little conventional project for Broccoli",
"main": "index.js",
"author": {
"name": "Justin Searls",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/cabbagejs/cabbage.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive -u mocha-given --compilers coffee:coffee-script/register test",
"test-dev": "./node_modules/.bin/testem -f test/config.json"
},
"dependencies": {
"broccoli-clean-css": "^0.3.0",
"broccoli-coffee": "^0.3.0",
"broccoli-concat-cabbage": "0.0.1",
"broccoli-env": "0.0.1",
"broccoli-export-tree": "^0.3.2",
"broccoli-filter": "^0.1.10",
"broccoli-funnel": "^0.1.6",
"broccoli-merge-trees": "^0.2.1",
"broccoli-sass": "^0.3.3",
"broccoli-static-compiler": "^0.2.1",
"broccoli-uglify-js": "^0.1.3",
"coffee-script": "^1.8.0",
"config-extend": "0.0.7",
"copy-dereference": "^1.0.0",
"resolve": "^1.0.0",
"rimraf": "^2.2.8",
"testem": "^0.6.23",
"underscore": "^1.7.0"
},
"license": "MIT",
"keywords": [
"broccoli",
"happiness"
],
"devDependencies": {
"broccoli": "*",
"cabbage-cli": "cabbagejs/cabbage-cli",
"chai": "^1.10.0",
"mkdirp": "^0.5.0",
"mocha": "^2.0.1",
"mocha-given": "^0.1.3"
}
}