This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
86 lines (86 loc) · 2.63 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "points-genie",
"private": "true",
"version": "0.7.4",
"description": "Site des points genie promo 57 UdeS",
"keywords": [
"udes",
"genie"
],
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/dozoisch/pointsgenie.git"
},
"scripts": {
"start": "NODE_ENV=development nodemon --harmony server.js",
"test": "npm run build && npm run test-no-build -- --reporter dot",
"test-no-build": "NODE_ENV=test ./node_modules/.bin/mocha --harmony --reporter spec ./test/test-*.js",
"hot-dev-server": "webpack-dev-server --harmony --content-base public -ds --config webpack.config.js --hot --progress --colors --port 2992 --inline",
"build": "NODE_ENV=production webpack --config webpack.config.js --separate-stylesheet --optimize-minimize --progress --profile --colors --bail"
},
"author": "Hugo Dozois <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=0.12.0",
"iojs": ">=1.6.0"
},
"dependencies": {
"bcrypt": "~0.8.2",
"classnames": "~1.2.1",
"co": "~4.5.2",
"co-views": "0.3.x",
"flummox": "dozoisch/flummox#MountedCheck",
"git-rev": "0.2.x",
"glob": "~5.0.5",
"koa": "~0.19.1",
"koa-bodyparser": "~1.6.0",
"koa-compress": "1.0.x",
"koa-error": "1.1.x",
"koa-generic-session": "~1.8.0",
"koa-logger": "1.2.x",
"koa-passport": "~1.1.2",
"koa-response-time": "1.0.x",
"koa-router": "~4.3.2",
"koa-sess-mongo-store": "0.1.x",
"koa-static-cache": "~3.1.0",
"ldapjs": "mcavage/node-ldapjs#6f5838768873016877863d12f5ee0ff7192ac255",
"lodash": "~3.8.0",
"mongoose": "~4.0.1",
"passport-local": "1.0.x",
"passport-strategy": "1.0.x",
"pikaday": "~1.3.2",
"react": "~0.13.2",
"react-bootstrap": "~0.21.2",
"react-router": "dozoisch/react-router#2e375e94033e1cab5ed5b922395a79e368bb1929",
"react-router-bootstrap": "~0.13.0",
"superagent": "~1.2.0",
"swig": "1.4.x",
"xml2js": "0.4.x"
},
"devDependencies": {
"async": "0.9.x",
"babel": "~5.2.6",
"babel-core": "~5.2.6",
"babel-loader": "~5.0.0",
"babel-runtime": "~5.1.11",
"bootstrap": "~3.3.4",
"css-loader": "~0.12.0",
"extract-text-webpack-plugin": "~0.6.0",
"file-loader": "~0.8.1",
"json-loader": "~0.5.1",
"less": "~2.5.0",
"less-loader": "~2.2.0",
"mocha": "~2.2.4",
"nodemon": "~1.3.7",
"null-loader": "~0.1.1",
"react-hot-loader": "~1.2.6",
"should": "~6.0.1",
"style-loader": "~0.12.1",
"supertest": "0.15.x",
"url-loader": "~0.5.5",
"webpack": "~1.8.9",
"webpack-dev-server": "~1.8.2",
"yargs": "~3.8.0"
}
}