forked from leipert/vsb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 890 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 890 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
{
"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.4.1",
"chai": "^1.10.0",
"chai-string": "^1.1.0",
"faker": "^2.1.2",
"gulp": "~3.8.10",
"gulp-imagemin": "^2.2.1",
"gulp-less": "^3.0.0",
"gulp-stack": "~0.6.0",
"gulp-yaml": "^0.2.4",
"husky": "^0.7.0",
"karma": "^0.12.28",
"karma-chai-sinon": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1",
"moment": "^2.9.0",
"sinon": "^1.12.1",
"sinon-chai": "^2.6.0"
}
}