forked from neo4j/neo4j-javascript-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "neo4j-driver",
"version": "1.1.0-dev",
"description": "Connect to Neo4j 3.1.0 and up from JavaScript",
"author": "Neo Technology Inc.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/neo4j/neo4j-javascript-driver.git"
},
"scripts": {
"test": "gulp test",
"build": "gulp all",
"start-neo4j": "gulp start-neo4j",
"stop-neo4j": "gulp stop-neo4j",
"run-tck": "gulp run-tck",
"docs": "node_modules/.bin/esdoc -c esdoc.json"
},
"main": "lib/index.js",
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.0.0",
"esdoc": "^0.4.0",
"esdoc-importpath-plugin": "0.0.1",
"glob": "^5.0.14",
"gulp": "^3.9.1",
"gulp-babel": "^5.2.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-cucumber": "0.0.14",
"gulp-decompress": "^1.2.0",
"gulp-download": "^0.0.1",
"gulp-if": "^1.2.5",
"gulp-jasmine": "^2.1.0",
"gulp-jasmine-browser": "^0.2.3",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.4.3",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-reporters": "^2.0.7",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"phantomjs-prebuilt": "^2.1.7 ",
"run-sequence": "^1.1.4",
"through2": "~2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}