-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.92 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "picassohouse",
"private": false,
"version": "0.0.1",
"description": "WebApp para controlar casa automatizada",
"repository": "https://github.com/PicassoHouse/webapp",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"bower": "^1.7.7",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"gulp-uglifycss": "^1.0.6",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.1",
"protractor": "^4.0.9",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"update-deps": "npm update",
"postupdate-deps": "bower update",
"start": "node server.js",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update"
},
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-chart.js": "^1.1.1",
"angular-cookies": "^1.6.3",
"angular-loader": "^1.6.3",
"angular-messages": "^1.6.4",
"angular-mocks": "^1.6.3",
"angular-route": "^1.6.3",
"angular-toastr": "^2.1.1",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.4.2",
"arrive": "^2.3.1",
"bootstrap": "^3.3.7",
"bootstrap-material-design": "^0.5.10",
"express": "^4.15.2",
"html5-boilerplate": "0.0.1",
"lodash": "^4.17.4",
"restangular": "^1.6.1"
}
}