-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.52 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.52 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
{
"name": "brew-ui",
"version": "1.5.1",
"description": "Common User Interface for the Brewfactory projects.",
"authors": [
"Peter Marton, @slashdotpeter"
],
"repository": {
"type": "git",
"url": "https://github.com/brewfactory/BrewUI"
},
"keywords": [
"Homebrew",
"React",
"Flux"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "gulp",
"prepublish": "bower install && gulp",
"test": "exit 0"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.3.10",
"debug": "^2.2.0",
"dispatchr": "^0.2.7",
"flux-router-component": "^0.4.3",
"lodash-node": "^2.4.1",
"moment": "^2.14.1",
"paths-js": "^0.3.0",
"react": "^0.12.0",
"rising-url": "^1.0.4",
"routr": "^0.0.4",
"socket.io-client": "^1.4.8",
"superagent": "^0.20.0"
},
"devDependencies": {
"bower": "^1.7.9",
"connect-modrewrite": "^0.7.9",
"gulp": "^3.9.1",
"gulp-bower": "0.0.7",
"gulp-clean": "~0.3.2",
"gulp-connect": "^2.0.6",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.2",
"gulp-flatten": "0.0.4",
"gulp-json-editor": "^2.2.1",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "~0.7.0",
"gulp-react": "~2.0.0",
"gulp-size": "~1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-usemin": "^0.3.24",
"gulp-util": "~3.0.7",
"jshint-loader": "^0.8.3",
"jsx-loader": "^0.12.0",
"main-bower-files": "^2.13.1",
"run-sequence": "^1.2.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
}
}