-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fueldom",
"version": "0.1.2",
"description": "",
"main": "dist/index.bundle.js",
"scripts": {
"release": "gulp release",
"bench": "gulp bench && gulp serve",
"bench-debug": "gulp bench-debug && gulp serve",
"minify": "gulp",
"ut": "gulp test-chrome",
"ut+ct": "gulp test-all",
"ct": "gulp ct-chrome"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brn/fueldom.git"
},
"bugs": {
"url": "https://github.com/brn/fueldom/issues"
},
"homepage": "https://github.com/brn/fueldom#readme",
"author": "brn (Taketoshi Aono)",
"license": "MIT",
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/mocha": "^2.2.39",
"async": "^2.1.5",
"benchmark": "^2.1.3",
"browserify": "^14.1.0",
"bundle-collapser": "^1.2.1",
"chai": "^3.5.0",
"del": "^2.2.2",
"dom-serialize": "^2.2.1",
"fs-extra": "^2.1.2",
"gulp-browserify": "^0.5.1",
"gulp-check-filesize": "^2.0.1",
"gulp-derequire": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^3.1.5",
"gulp-uglify": "^2.1.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-source-map-support": "^1.2.0",
"microtime": "^2.1.2",
"mocha": "^3.2.0",
"performance-now": "^2.1.0",
"run-sequence": "^1.2.2",
"serialize-javascript": "^1.3.0",
"source-map-support": "^0.4.14",
"tsify": "^3.0.1",
"tslib": "^1.6.0",
"typescript": "^2.2.1",
"vdom-benchmark-base": "^0.2.4",
"vdom-benchmark-generator": "^0.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}