-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "grunt-kevoree",
"description": "Automatically runs kevoree runtime (works like mvn kev:run plugin)",
"version": "6.0.0-alpha",
"author": "Maxime Tricoire <[email protected]>",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0"
},
"keywords": [
"gruntplugin",
"kevoree",
"run",
"kevscript",
"kevs"
],
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"indent-string": "^3.0.0",
"kevoree-commons": "^3.0.0",
"kevoree-const": "^1.0.1",
"kevoree-hash": "^3.0.0",
"kevoree-kevscript": "^5.0.0-alpha",
"kevoree-library": "^5.0.10",
"kevoree-resolvers": "^4.0.0",
"latest-version": "^2.0.0",
"mkdirp": "^0.5.1",
"ora": "^0.3.0",
"semver": "^5.3.0",
"tiny-conf": "^1.0.5",
"tiny-conf-plugin-argv": "^1.0.0",
"tiny-conf-plugin-file": "^1.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:kevoree/grunt-kevoree.git"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/kevoree/grunt-kevoree/issues"
},
"homepage": "https://github.com/kevoree/grunt-kevoree"
}