-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "es6-playground",
"version": "0.0.0",
"description": "A repo to play with ES6++",
"homepage": "https://github.com/vojtajina/es6-playground",
"repository": {
"type": "git",
"url": "git://github.com/vojtajina/es6-playground.git"
},
"bugs": {
"url": "https://github.com/vojtajina/es6-playground/issues"
},
"dependencies": {
"traceur": "0.0.28",
"requirejs": "~2.1.11"
},
"devDependencies": {
"karma": "~0.12.0",
"karma-jasmine": "~0.2.2",
"karma-chrome-launcher": "~0.1.2",
"karma-traceur-preprocessor": "~0.2.1",
"karma-requirejs": "~0.2.1",
"assert": "angular/assert#dist",
"gulp": "~3.5.6",
"gulp-traceur": "~0.1.3",
"gulp-connect": "~1.0.7",
"gulp-clean": "~0.3.0",
"rimraf": "~2.2.8",
"gulp-rjs": "~0.1.0",
"requirejs": "~2.1.14",
"gulp-rename": "~1.2.0",
"event-stream": "~3.1.5",
"gulp-ignore": "~1.1.0",
"gulp-requirejs": "~0.1.3",
"gulp-closure-compiler": "~0.2.1",
"closurecompiler": "~1.3.0",
"gulp-shell": "~0.2.5",
"gulp-grunt": "~0.5.1"
},
"scripts": {
"test": "karma start --single-run"
},
"author": "Vojta Jína <[email protected]>",
"license": "Apache-2.0"
}