-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 888 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 888 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
31
32
33
34
35
36
37
38
{
"name": "codehangar-ui",
"version": "0.0.0",
"author": "Code Hangar",
"License": "ISC",
"engines": {
"npm": "~1.0.20"
},
"dependencies": {
"angular": "^1.5.3",
"angular-ui-bootstrap": "^1.3.1",
"angular-ui-router": "^0.2.18",
"bootstrap-sass": "^3.3.6",
"file-loader": "^0.8.5",
"url-loader": "^0.5.7"
},
"devDependencies": {
"angular-stripe": "^4.2.12",
"css-loader": "^0.23.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-uglify": "^1.5.3",
"moment": "^2.13.0",
"node-sass": "^3.4.2",
"opn": "^4.0.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"scripts": {
"start": "node ./tools/start",
"build": "node ./tools/build",
"serve": "gulp serve",
"deploy": "./deploy-dev.sh"
}
}