-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 793 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 793 Bytes
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
{
"name": "d3-mvp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build-app && broccoli serve",
"test": "echo \"Error: no test specified\" && exit 1",
"build-app": "rm -rf dist && broccoli build dist",
"build": "npm run build-app",
"lint": "jscs ./app/js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"broccoli": "^0.16.9",
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-browserify": "^0.1.0",
"broccoli-concat": "^2.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-sane-watcher": "^1.1.4",
"broccoli-static-compiler": "^0.2.2",
"lodash-cli": "^3.10.1"
},
"dependencies": {
"jquery": "^2.2.0",
"lodash": "^3.10.1"
}
}