-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
32
33
34
35
36
37
38
39
{
"name": "codehangar-ui",
"version": "0.0.0",
"author": "Code Hangar",
"License": "ISC",
"engines": {
"npm": "~1.0.20"
},
"dependencies": {
"angular": "^1.5.3",
"angular-messages": "^1.5.5",
"angular-ui-bootstrap": "^1.3.1",
"angular-ui-router": "^0.2.18",
"bootstrap-sass": "^3.3.6",
"file-loader": "^0.8.5",
"gulp-sass": "^2.3.1",
"url-loader": "^0.5.7"
},
"devDependencies": {
"css-loader": "^0.23.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-uglify": "^1.5.3",
"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",
"styles": "gulp styles"
}
}