-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.78 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dashboard-components-starter",
"version": "0.1.0",
"description": "Starter for EVRYTHNG's Dashboard custom widgets (Angular + Webpack)",
"dependencies": {
"angular": "^1.5.0",
"lodash": "^4.13.1"
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.11.1",
"chai": "^3.4.0",
"css-loader": "^0.23.1",
"evrythng-extended": "^4.1.0",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-awspublish": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.7",
"karma": "^1.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.2",
"karma-sinon-stub-promise": "^1.0.0",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.1",
"mocha": "^2.5.3",
"ng-annotate-loader": "^0.1.0",
"node-sass": "^3.8.0",
"raw-loader": "^0.5.1",
"request": "^2.78.0",
"sass-loader": "^4.0.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"sinon-stub-promise": "^4.0.0",
"style-loader": "^0.13.1",
"supports-color": "^3.1.2",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1",
"yargs": "^4.7.1"
},
"scripts": {
"test": "karma start",
"start": "gulp"
},
"keywords": [
"evrythng",
"dashboard",
"components",
"angular",
"webpack",
"es6"
],
"repository": {
"type": "git",
"url": "https://github.com/evrythng/dashboard-components-starter.git"
},
"engines": {
"node": ">=4.0"
},
"author": "EVRYTHNG",
"license": "Apache-2.0"
}