forked from bioball/gulp-thrift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 910 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
37
38
39
{
"name": "gulp-thrift",
"version": "0.0.2",
"description": "Streamified Thrift file generation for Gulp",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Dan Chao <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/bioball/gulp-thrift",
"keywords": [
"gulpplugin",
"thrift",
"gulp-thrift"
],
"dependencies": {
"bluebird": "^2.9.13",
"gulp-util": "^3.0.4",
"lodash": "^3.0.1",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"through": "^2.3.6",
"vinyl": "^0.4.6"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.2.0",
"chai-fs": "^0.1.0",
"chai-things": "^0.2.0",
"coffee-script": "^1.9.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-debug": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-watch": "^4.1.1",
"gulp-babel": "~5.1.0"
}
}