forked from jayphelps/broccoli-babel-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 927 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
30
31
32
33
{
"name": "broccoli-babel-boilerplate",
"version": "0.2.0",
"description": "",
"main": "dist/broccoli-babel-boilerplate.js",
"scripts": {
"start": "broccoli serve",
"build": "rm -rf dist && broccoli build dist",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jayphelps/broccoli-babel-boilerplate.git"
},
"author": "Jay Phelps <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jayphelps/broccoli-babel-boilerplate/issues"
},
"homepage": "https://github.com/jayphelps/broccoli-babel-boilerplate",
"devDependencies": {
"babel": "^5.0.0",
"broccoli": "^0.16.2",
"broccoli-babel-transpiler": "^5.0.0",
"broccoli-concat": "^0.0.13",
"broccoli-funnel": "^0.2.3",
"broccoli-merge-trees": "^0.2.1",
"chai": "^2.2.0",
"glob": "^5.0.3",
"mocha": "^2.2.4",
"mocha-jshint": "^1.0.0"
}
}