forked from elastic/sense
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 865 Bytes
/
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
{
"author": "Boaz Leskes <[email protected]>",
"contributors": [
"Spencer Alger <[email protected]>"
],
"name": "Sense",
"version": "2.0.0-snapshot",
"repository": {
"type": "git",
"url": "http://github.com/elastic/sense.git"
},
"scripts": {
"build": "grunt build",
"release": "grunt release",
"lint": "grunt eslint:source"
},
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"grunt": "^0.4.5",
"grunt-aws": "^0.6.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-gitinfo": "^0.1.7",
"grunt-replace": "^0.11.0",
"gruntify-eslint": "^1.2.0",
"jit-grunt": "^0.9.1"
},
"dependencies": {},
"license": "Apache-2.0"
}