grunt-kevoree
Version:
Automatically runs kevoree runtime (works like mvn kev:run plugin)
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "grunt-kevoree",
"description": "Automatically runs kevoree runtime (works like mvn kev:run plugin)",
"version": "6.0.0-alpha.1",
"author": "Maxime Tricoire <max.tricoire@gmail.com>",
"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": "^5.0.0-alpha",
"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": "git@github.com:kevoree/grunt-kevoree.git"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/kevoree/grunt-kevoree/issues"
},
"homepage": "https://github.com/kevoree/grunt-kevoree"
}