-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.19 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
{
"name": "cruftengine",
"version": "0.0.0",
"description": "[Tracuer Features](https://github.com/google/traceur-compiler/wiki/LanguageFeatures)",
"main": "gulpfile.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/mjneil/CruftEngine"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mjneil/CruftEngine/issues"
},
"devDependencies": {
"browserify": "~13.0.0",
"del": "~2.2.0",
"es6ify": "^1.6.0",
"express": "~4.13.4",
"gulp": "~3.9.0",
"gulp-cached": "~1.1.0",
"gulp-concat": "~2.6.0",
"gulp-live-server": "0.0.29",
"gulp-traceur": "~0.17.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.5",
"karma-traceur-preprocessor": "^0.4.0",
"phantomjs-prebuilt": "^2.1.4",
"requirejs": "^2.1.22",
"run-sequence": "~1.1.5",
"traceur": "0.0.102",
"vinyl-source-stream": "~1.1.0",
"watchify": "^3.7.0"
}
}