-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "jassa-core",
"version": "0.9.0-SNAPSHOT",
"description": "JAvascript Suite for Sparql Access Core",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test",
"precommit": "gulp lint",
"prepush": "gulp mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/GeoKnow/Jassa.git"
},
"author": "Claus Stadler",
"contributors": [
"Tim Ermilov <[email protected]>"
],
"license": "BSD",
"dependencies": {
"lodash.defaults": "^2.4.1",
"lodash.flatten": "^2.4.1",
"lodash.isequal": "^2.4.1",
"lodash.union": "^2.4.1",
"lodash.uniq": "^2.4.1",
"lodash.values": "^2.4.1",
"lodash.find": "^2.4.1",
"lodash.foreach": "^2.4.1",
"lodash.reduce": "^2.4.1",
"lodash.identity": "^2.4.1",
"lodash": "^2.4.1",
"sparqljs": "1.0.1"
},
"devDependencies": {
"bluebird": "2.6.2",
"browserify": "^5.9.3",
"coveralls": "^2.11.1",
"gulp": "^3.8.7",
"gulp-istanbul": "^0.2.1",
"gulp-jscs": "^1.1.0",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.9",
"husky": "^0.6.0",
"mocha-lcov-reporter": "0.0.1",
"request": "^2.40.0",
"should": "^4.0.4",
"uglify-js": "^2.4.15",
"vinyl-source-stream": "^0.1.1"
}
}