forked from underdarkskies/ravencore-build
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "ravencore-build",
"version": "1.0.3",
"description": "A helper for common tasks to build ravencore modules'",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/RavenDevKit/ravencore-build"
},
"keywords": [
"ravencore"
],
"contributors": [
{
"name": "under",
"email": ""
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RavenDevKit/ravencore-build/issues"
},
"homepage": "https://github.com/RavenDevKit/ravencore-build",
"dependencies": {
"brfs": "^1.4.3",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-coveralls": "^0.1.4",
"gulp-git": "^2.0.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"karma": "^1.7.1",
"karma-detect-browsers": "^2.2.4",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"plato": "^1.7.0",
"run-sequence": "^1.2.2",
"zuul": "^3.11.1"
}
}