-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 978 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
40
41
42
43
44
45
{
"name": "gulp-traceur-cmdline",
"version": "1.3.10",
"description": "Traceur command line plugin for Gulp",
"main": "index.js",
"dependencies": {
"btoa": "^1.1.2",
"map-stream": "~0.0.5",
"through2": "~1.0.0",
"gulp-util": "~3.0.4",
"traceur": "~0.0.89"
},
"devDependencies": {
"chai": "^2.1.1",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0"
},
"scripts": {
"test": "mocha --reporter spec && jshint ./*.js && jshint ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/juancabrera/gulp-traceur-cmdline"
},
"keywords": [
"gulpplugin",
"gulp-traceur-cmdline",
"traceur",
"javascript",
"es5",
"es6",
"ES.next",
"harmony",
"compiler",
"transpiler"
],
"author": "Juan Cabrera <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/juancabrera/gulp-traceur-cmdline/issues"
},
"engines": {
"node": ">=0.10.0"
}
}