-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
68 lines (68 loc) · 1.61 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "system-runtime",
"version": "5.3.0",
"description": "A JavaScript library that runs systems",
"homepage": "https://designfirst.io/systemruntime/",
"keywords": [
"mda",
"metamodel",
"model",
"schema",
"odm",
"design",
"nosql",
"component",
"system",
"mson",
"runtime",
"bundle"
],
"main": "./src/runtime.js",
"author": {
"name": "erwan carriou",
"email": "erwan.carriou@mac.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/design-first/system-runtime.git"
},
"bugs": {
"url": "https://github.com/design-first/system-runtime/issues"
},
"scripts": {
"dev": "grunt dev",
"test": "grunt test",
"clean": "grunt clean",
"build": "grunt build",
"coveralls": "grunt coveralls",
"prepare": "husky install"
},
"devDependencies": {
"chai": "4.4.1",
"coveralls": "3.1.1",
"grunt": "1.6.1",
"grunt-browserify": "6.0.0",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-json-merge": "0.2.2",
"grunt-karma": "4.0.2",
"grunt-mocha-istanbul": "5.0.2",
"husky": "8.0.3",
"istanbul": "0.4.5",
"karma": "6.4.2",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-mocha": "2.0.1",
"karma-script-launcher": "1.0.0",
"lint-staged": "15.2.0",
"load-grunt-tasks": "5.1.0",
"mocha": "10.2.0",
"prettier": "2.8.8"
}
}