-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
36 lines (36 loc) · 941 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
35
36
{
"name": "VSB",
"version": "1.1.0-SNAPSHOT",
"description": "A Visual SPARQL Builder. Create SPARQL Queries without any SPARQL knowledge!",
"repository": "https://github.com/leipert/vsb",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test",
"precommit": "gulp jshint",
"prepush": "gulp test"
},
"devDependencies": {
"bower": "^1.5.3",
"chai": "^3.3.0",
"chai-string": "^1.1.3",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.3.0",
"gulp-less": "^3.0.3",
"gulp-stack": "^0.7.2",
"gulp-yaml": "^0.2.4",
"husky": "^0.10.1",
"karma": "^0.13.10",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.5.2",
"karma-json-fixtures-preprocessor": "0.0.5",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
},
"dependencies": {}
}