forked from SEED-platform/seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "SEED",
"version": "2.2.0",
"description": "Standard Energy Efficiency Data (SEED) Platform™",
"license": "SEE LICENSE IN LICENSE",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "https://github.com/SEED-platform/seed"
},
"bugs": {
"url": "https://github.com/SEED-platform/seed/issues"
},
"devDependencies": {
"bower": "~1.8.0",
"eslint-plugin-angular": "~2.4.1",
"eslint-plugin-lodash": "~2.4.2",
"eslint-plugin-protractor": "~1.34.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-istanbul": "^0.7.2",
"grunt-protractor-coverage": "^0.2.17",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-csso": "^1.1.0",
"gulp-eslint": "~3.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-sass": "~3.1.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-util": "^3.0.7",
"protractor": "^4.0.14"
},
"scripts": {
"bower": "bower",
"gulp": "gulp",
"test": "protractor seed/static/seed/tests/protractor-tests/protractorConfig.js"
}
}