forked from nativelogix/xquerrail2.framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "xquerrail2.framework",
"version": "0.0.1",
"description": "Is the XQuerrail Framework as a standalone library",
"homepage": "https://github.com/nativelogix/xquerrail2.framework",
"repository": {
"type": "git",
"url": "[email protected]: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": {
"gulp": "^3.6.2",
"gulp-rename": "^1.2.0",
"gulp-bump": "^0.1.7",
"gulp-git": "^0.4.0",
"gulp-clean": "^0.2.4",
"gulp-replace": "^0.2.0",
"gulp-template": "^0.1.1",
"gulp-header": "^1.0.2",
"gulp-gitinfo": "0.0.3",
"event-stream": "^3.1.2",
"gulp-util": "^2.2.14",
"gulp-xray-runner": "https://github.com/rlouapre/gulp-xray-runner/tarball/v0.0.3",
"yargs": "^1.2.1",
"gulp-mocha": "^0.4.1",
"request": "^2.35.0",
"lodash": "^2.4.1",
"chai": "^1.9.1",
"xml2js": "^0.4.2",
"gulp-watch": "^0.6.5",
"gulp-plumber": "^0.6.2"
}
}