-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
65 lines (65 loc) · 1.48 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
65
{
"name": "arch",
"version": "0.0.4",
"description": "Web application framework for React",
"homepage": "https://github.com/redbadger/arch",
"repository": {
"type": "git",
"url": "https://github.com/redbadger/arch.git"
},
"keywords": [
"Arch",
"Framework",
"React",
"Reactive",
"Isomorphic",
"Immutable",
"Cursor"
],
"bugs": {
"url": "https://github.com/redbadger/arch/issues"
},
"bin": {
"arch-server": "bin/server.js"
},
"main": "./lib/index.js",
"files": [
"package.json",
"lib/",
"bin/"
],
"scripts": {
"compile": "./node_modules/.bin/gulp",
"prepublish": "npm run-script compile",
"pretest": "npm run-script compile",
"test": "./node_modules/jasmine/bin/jasmine.js"
},
"dependencies": {
"babel": "^5.5.6",
"babel-core": "^5.5.6",
"babel-loader": "^5.1.4",
"bluebird": "^2.9.27",
"body-parser": "^1.12.4",
"express": "^4.12.4",
"immutable": "^3.7.3",
"jade": "^1.10.0",
"livescript": "^1.4.0",
"livescript-loader": "^0.1.5",
"lodash": "^3.10.0",
"page": "^1.6.3",
"prelude-ls": "^1.1.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0",
"xss-filters": "^1.2.4"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-livescript": "^2.4.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-strip-code": "^0.1.2",
"jasmine": "^2.3.1"
}
}