-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.47 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
66
67
{
"name": "arch-next",
"version": "0.0.1-c",
"description": "Arch with some bitters and rye.",
"main": "lib/shared/index.js",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "gulp test",
"docs": "esdoc -c ./esdoc.json",
"prepublish": "gulp"
},
"files": [
"lib/",
"index.js",
"server.js"
],
"repository": {
"type": "git",
"url": "http://github.com/arch-js/next"
},
"keywords": [
"arch",
"arch-next",
"immutable",
"react"
],
"author": "Tiago Azevedo",
"license": "ISC",
"bugs": {
"url": "https://github.com/arch-js/next/issues"
},
"homepage": "https://github.com/arch-js/next",
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.0.10",
"babel-runtime": "^5.8.20",
"chai": "^3.2.0",
"esdoc": "^0.3.1",
"esdoc-es7-plugin": "0.0.2",
"eslint": "^1.2.1",
"eslint-config-defaults": "^7.0.1",
"eslint-plugin-react": "^3.5.1",
"find": "^0.2.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-bump": "^0.3.1",
"gulp-cached": "^1.1.0",
"gulp-eslint": "^1.0.0",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"sinon": "^1.16.1",
"supertest": "^1.1.0"
},
"dependencies": {
"ent": "^2.2.0",
"koa": "^1.0.0",
"path-to-regexp": "^1.2.1",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"engines": {
"node": ">= 4.0.0"
}
}