-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "seed",
"version": "2.7.1",
"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"
},
"engines": {
"node": ">=8.10.0"
},
"devDependencies": {
"autoprefixer": "~9.6.1",
"eslint": "~6.2.2",
"eslint-plugin-angular": "~4.0.1",
"eslint-plugin-lodash": "~6.0.0",
"eslint-plugin-protractor": "~2.1.0",
"lodash": "~4.17.15",
"postcss-cli": "~6.1.3",
"protractor": "~5.4.2",
"webdriver-manager": "~12.1.6"
},
"scripts": {
"postinstall": "cd vendors && npm install",
"lint": "./node_modules/.bin/eslint './seed/landing/static/**/*.js' './seed/static/seed/**/*.js'",
"lint:fix": "npm run lint -- --fix",
"test": "./node_modules/.bin/protractor seed/static/seed/tests/protractor-tests/protractorConfig.js"
},
"browserslist": [
"last 3 versions",
"ie >= 10"
]
}