-
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.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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": "ipam-frontend",
"version": "1.0.0",
"description": "ipam",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bootcamp-s17/ipam-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bootcamp-s17/ipam-frontend/issues"
},
"homepage": "https://github.com/bootcamp-s17/ipam-frontend#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-sass": "^3.1.0",
"stringify": "^5.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"angular": "^1.5.6",
"angular-cookies": "^1.5.6",
"angular-resource": "^1.6.5",
"angular-route": "^1.5.6",
"express": "^4.15.3",
"ng-ip-address": "^1.1.12",
"sortablejs": "^1.6.0"
}
}