-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
executable file
·41 lines (41 loc) · 1.03 KB
/
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
40
41
{
"name": "RoboBetty",
"version": "1.0.0",
"description": "RoboBetty App",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eduardo Aguilar",
"license": "ISC",
"devDependencies": {
"browserify": "^8.1.3",
"chai": "^2.0.0",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-exit": "0.0.2",
"gulp-filter": "^2.0.1",
"gulp-jshint": "^1.9.2",
"gulp-minify-css": "^0.4.5",
"gulp-uglify": "^1.1.0",
"angular": "^1.2.21",
"angular-cookies": "^1.2.21",
"angular-bootstrap": "^0.12.0",
"angular-ui-router": "^0.2.10",
"bootstrap": "^3.2.0",
"font-awesome": "^4.1.0",
"mocha": "^2.1.0",
"gulp-mocha": "^2.0.0",
"gulp-uglify": "^1.1.0"
},
"dependencies": {
"angular": "^1.3.13",
"angular-bootstrap": "^0.12.0",
"angular-cookies": "^1.3.13",
"angular-ui-router": "^0.2.13",
"font-awesome": "^4.3.0"
}
}