-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "kevoree-comp-update-inject",
"version": "1.0.0-alpha.1",
"description": "Kevoree component that injects a KevScript in the current model based on a filter parameter",
"main": "./lib/UpdateInject.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevoree/kevoree-js-comp-update-inject.git"
},
"keywords": [
"kevoree",
"component",
"update",
"inject"
],
"author": "Maxime Tricoire <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/kevoree/kevoree-js-comp-update-inject/issues"
},
"homepage": "https://github.com/kevoree/kevoree-js-comp-update-inject#readme",
"dependencies": {
"kevoree-entities": "^9.2.0"
},
"devDependencies": {
"eslint": "^4.0.0",
"grunt": "^1.0.1",
"grunt-kevoree": "^6.0.0-alpha",
"grunt-kevoree-genmodel": "^3.0.2",
"grunt-kevoree-registry": "^4.0.0-alpha",
"load-grunt-tasks": "^3.5.2"
},
"kevoree": {
"namespace": "kevoree"
}
}