-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "home-assistant-blockly",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/bdurrer/home-assistant-blockly.git"
},
"description": "visual editor for automation rules in home-assistant",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "~11.1.3",
"eslint-plugin-import": "^2.2.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^3.0.1",
"gulp-htmlhint": "^0.3.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rollup": "^2.11.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-sync": "^0.1.4",
"htmlhint": "^0.9.13",
"http-proxy-middleware": "^0.17.4",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"rollup": "^0.41.6"
},
"dependencies": {},
"scripts": {
"setup": "npm install",
"build": "gulp build",
"dist": "gulp dist",
"test": "gulp test"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.0.0"
}
}