-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 722 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
{
"name": "babel-sourcemaps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"browserify": "node_modules/watchify/bin/cmd.js src/main.js -d -o src/bundle.js",
"webpack": "node_modules/webpack/bin/webpack.js -w"
},
"author": "",
"license": "MIT",
"dependencies": {
"angular": "^1.4.1",
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.3.1",
"babel-runtime": "^5.6.15",
"browserify": "^10.2.4",
"envify": "^3.4.0",
"node-libs-browser": "^0.5.2",
"transform-loader": "^0.2.2",
"watchify": "^3.2.3",
"webpack": "^1.10.1"
},
"devDependencies": {
"brfs": "^1.4.0",
"eslint-plugin-nodeca": "^1.0.3"
}
}