-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
51 lines (51 loc) · 1.01 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
{
"author": {
"name" : "Yousef El-Dardiry",
"email" : "[email protected]",
"url" : "http://www.twitter.com/yousefed"
},
"name": "elasticui",
"description": "compile typescript to javascript",
"version": "0.0.7",
"homepage": "http://www.elasticui.com",
"repository": {
"type": "git",
"url": "[email protected]:YousefED/ElasticUI.git"
},
"bugs": {
"url": "https://github.com/YousefED/ElasticUI/issues"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "dist/elasticui.js",
"scripts": {
"start": "grunt build"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
},
"peerDependencies": {
},
"devDependencies": {
"grunt": "~0.4.2",
"typescript": "1.4.1",
"grunt-typescript":"0.6.1",
"grunt-contrib-uglify": "0.2.7"
},
"optionalDependencies": {},
"keywords": [
"elasticsearch",
"elastic",
"angular",
"angularjs",
"kibana",
"logstash",
"typescript"
]
}