-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 1007 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
34
35
{
"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-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"broccoli": "^0.16.9",
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-concat": "^2.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^01.1.1",
"chai": "^3.5.0",
"glob": "^7.0.0",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1"
}
}