UNPKG

1.83 kBJSONView Raw
1{
2 "name": "brocode",
3 "version": "1.2.2",
4 "description": "A Bro doesn't allow another Bro to struggle with web packaging tools.",
5 "main": "bundle.js",
6 "jsnext:main": "src/index.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 0"
9 },
10 "bin": {
11 "brocode": "bin.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "ssh://git@github.com/undoZen/brocode.git"
16 },
17 "author": "undoZen <opensource@undozen.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/undoZen/brocode/issues"
21 },
22 "homepage": "https://github.com/undoZen/brocode",
23 "dependencies": {
24 "babel-core": "^6.8.0",
25 "babel-preset-dysonshell": "^1.2.0",
26 "babel-preset-react": "^6.11.1",
27 "babel-preset-react-hmre": "^1.1.1",
28 "babelify": "^7.3.0",
29 "bluebird": "^3.4.0",
30 "browser-pack": "^6.0.1",
31 "browser-sync": "^2.12.8",
32 "browserify": "^13.0.1",
33 "browserify-derequire": "^0.9.4",
34 "browserify-hmr": "^0.3.1",
35 "chokidar": "^1.6.0",
36 "connect-gzip-static": "^1.0.0",
37 "convert-source-map": "^1.1.1",
38 "ecstatic": "^1.4.1",
39 "envify": "^3.4.1",
40 "event-stream": "^3.3.2",
41 "express": "^4.13.4",
42 "gulp": "^3.9.1",
43 "gulp-cssnano": "^2.1.2",
44 "gulp-if": "^2.0.1",
45 "gulp-insert": "^0.5.0",
46 "gulp-rev-all": "^0.8.24",
47 "gulp-uglify": "^1.5.3",
48 "gulp-util": "^3.0.7",
49 "lodash": "^4.13.1",
50 "lodash.debounce": "^4.0.6",
51 "qas": "^0.4.5",
52 "react": "^15.3.0",
53 "rollup": "^0.26.3",
54 "rollup-plugin-commonjs": "^3.0.0",
55 "rsvp": "^3.0.21",
56 "socket.io": "^1.3.7",
57 "socket.io-client": "^1.3.7",
58 "source-map": "^0.5.1",
59 "st": "^1.2.0",
60 "stream-combiner": "^0.2.2",
61 "through2": "^2.0.1",
62 "uglifyify": "^3.0.2",
63 "vinyl": "^1.1.1",
64 "xtend": "^4.0.1",
65 "yargs": "^4.8.1"
66 }
67}