-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1008 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1008 Bytes
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
{
"name": "hyperstore",
"homepage": "http://www.hyperstore.org",
"version": "0.99.206",
"description": "Domain Model Oriented Database with json",
"main": "lib/hyperstore.js",
"scripts": {},
"keywords": [
"model",
"domain",
"modeling",
"dsl",
"validation",
"mvvm",
"constraint"
],
"author": "Alain Metge",
"license": "Apache-2.0",
"dependencies": {
"q": "^1.1.2"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-mocha-test": "^0.12.4",
"grunt-release": "^0.7.0",
"grunt-typescript": "^0.6.1",
"mocha": "^2.0.1",
"mongodb": "^1.4.25",
"typescript": "^1.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/hyperstore/hyperstoreJS.git"
},
"bugs": {
"url": "https://github.com/hyperstore/hyperstoreJS/issues"
},
"directories": {
"test": "tests"
}
}