forked from fuse-box/fuse-box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.11 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.11 KB
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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "fuse-box",
"version": "1.3.45",
"description": "Fuse-Box a bundler just does it right",
"typings": "./dist/typings/index.d.ts",
"main": "dist/commonjs/index.js",
"types": "dist/typings/index.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "TRAVIS=true ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/fuse-box.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuse-box/fuse-box/issues"
},
"homepage": "https://github.com/fuse-box/fuse-box#readme",
"devDependencies": {
"@types/node": "^6.0.41",
"cheerio": "0.22.0",
"fuse-box-test-using-old-version": "^1.0.0",
"fuse-box-testcase1": "^1.0.0",
"fuse-box-testcase3": "^1.0.3",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^3.0.1",
"gulp-uglify": "^2.0.0",
"gulp-wrap": "^0.13.0",
"mocha": "^3.1.0",
"reflect-metadata": "^0.1.8",
"rollup": "^0.36.3",
"run-sequence": "^1.2.2",
"should": "^11.1.0",
"sinon": "^1.17.6",
"typescript": "^2.1.1",
"watch": "^1.0.1",
"wires-reactive": "^1.1.1"
},
"dependencies": {
"acorn": "^4.0.3",
"acorn-es7": "^0.1.0",
"acorn-jsx": "^3.0.1",
"ansi": "^0.3.1",
"app-root-path": "^2.0.1",
"buffer": "^5.0.0",
"concat-with-sourcemaps": "^1.0.4",
"escodegen": "^1.8.1",
"glob": "^7.1.1",
"mkdirp": "^0.5.1",
"pretty-time": "^0.2.0",
"prettysize": "0.0.3",
"realm-utils": "^1.0.6",
"request": "^2.79.0",
"watch": "^1.0.1"
},
"peerDependencies": {
"less": "*",
"babel-core": "*",
"postcss": "*",
"stylus": "*",
"node-sass": "*",
"uglify-js": "*",
"source-map": "*"
}
}