-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
{
"name": "xquerrail2.framework",
"version": "0.0.13",
"description": "Is the XQuerrail Framework as a standalone library",
"homepage": "https://github.com/nativelogix/xquerrail2.framework",
"repository": {
"type": "git",
"url": "git@github.com:nativelogix/xquerrail2.framework.git"
},
"bugs": {
"url": "https://github.com/nativelogix/xquerrail2.framework/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"del": "^1.1.1",
"event-stream": "*",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-exec": "^2.1.1",
"gulp-git": "*",
"gulp-gitinfo": "*",
"gulp-inject-string": "*",
"gulp-install": "^0.4.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "*",
"gulp-template": "*",
"gulp-util": "^3.0.4",
"gulp-watch": "*",
"gulp-xray-runner": "https://github.com/rlouapre/gulp-xray-runner/tarball/v1.0.0",
"nconf": "^0.7.1",
"run-sequence": "*",
"vinyl-map": "^1.0.1"
}
}