-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
{
"name": "nflow-devtools",
"version": "0.0.9",
"description": "nflow debug Chrome Extension",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --watch",
"pretest": "webpack",
"test": "echo \"Error: no test specified\" && exit 0",
"prepublish-to-npm": "webpack",
"publish-to-npm": "publish"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.5.0",
"css-loader": "^0.23.0",
"d3": "^3.5.6",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"html-loader": "^0.3.0",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"mocha-circleci-reporter": "^0.0.1",
"mocha-loader": "^0.7.1",
"nflow": "^0.2.2",
"nflow-vis": "^0.1.7",
"node-sass": "^3.8.0",
"publish": "0.5.0",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.1",
"split.js": "^1.0.6",
"style-loader": "^0.13.0",
"text-loader": "0.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.8",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {}
}