-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 942 Bytes
/
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
{
"name": "grafine",
"version": "2.0.1",
"description": ":lollipop: A tiny nodejs/javascript in memory graph database",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/_mocha test/*",
"cover": "node --stack-size=5000 node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glayzzle/grafine.git"
},
"keywords": [
"graph",
"database"
],
"author": "Ioan CHIRIAC",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/glayzzle/grafine/issues"
},
"homepage": "https://github.com/glayzzle/grafine#readme",
"devDependencies": {
"coveralls": "^2.11.16",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"should": "^11.2.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-documentation": "^1.2.1"
}
}