-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 852 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
{
"name": "file-share",
"version": "0.0.0",
"description": "file-share",
"main": "index.js",
"scripts": {
"build-copy-file": "copy static\\index.html dist\\index.html",
"build": "npm run build-copy-file && .\\node_modules\\.bin\\browserify static/index.js -o dist/bundle.js -t [ babelify --presets [ es2015 ] ]",
"deploy": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Lleios/file-share.git"
},
"author": "Kevin Gonnord",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Lleios/file-share/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1"
},
"dependencies": {
"angular": "^1.5.5",
"angular-ui-router": "^0.3.0",
"lodash": "^4.13.1",
"restangular": "^1.5.2"
}
}