-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "revonarchy",
"version": "0.0.1",
"description": "System for choosing a decision maker.",
"main": "app.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha test/controllers test/models",
"report": "node ./node_modules/istanbul-harmony/lib/cli.js cover ./node_modules/mocha/bin/_mocha test/controllers test/models",
"gulp": "gulp",
"style": "jscs --esnext .",
"jsxStyle": "jscs --esprima=esprima-fb public/jsx/*.jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/coltonw/revonarchy.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/coltonw/revonarchy/issues"
},
"homepage": "https://github.com/coltonw/revonarchy",
"dependencies": {
"koa": "^1.2.0",
"koa-middlewares": "^4.1.0",
"mongoose": "^4.4.0",
"bootstrap": "^3.3.4",
"ramda": "^0.19.0"
},
"engines": {
"node": "4.1.0"
},
"devDependencies": {
"babel-preset-react": "^6.5.0",
"co": "^4.5.2",
"coveralls": "^2.11.0",
"del": "^1.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"istanbul-harmony": "^0.3.0",
"main-bower-files": "^2.6.2",
"merge-stream": "^0.1.7",
"mocha": "^2.2.0",
"should": "^7.0.1",
"supertest": "^1.0.1"
}
}