-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "lan-auth",
"version": "1.0.0",
"description": "LSUCS LAN Authentication System",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/LSUCS/LAN-Auth.git"
},
"author": "Oliver Woodings",
"license": "MIT",
"bugs": {
"url": "https://github.com/LSUCS/LAN-Auth/issues"
},
"homepage": "https://github.com/LSUCS/LAN-Auth",
"dependencies": {
"body-parser": "^1.9.2",
"config": "^1.7.0",
"eventemitter2": "^0.4.14",
"express": "^4.10.1",
"express-validator": "^2.6.0",
"flux": "^2.0.1",
"inherits": "^2.0.1",
"is-type": "0.0.1",
"jquery": "^2.1.1",
"js-yaml": "^3.2.2",
"lodash": "^2.4.1",
"lu-internet-usage-policy": "git://github.com/LSUCS/LU-Internet-Usage-Policy.git",
"material-ui": "git://github.com/oliverwoodings/material-ui.git",
"mysql": "^2.5.3",
"path-browserify": "0.0.0",
"react": "^0.12.1",
"react-spinner": "^0.2.0",
"react-tap-event-plugin": "^0.1.3",
"request": "^2.47.0",
"require-all": "0.0.8",
"sequelize": "^2.0.0-rc2",
"sequest": "git://github.com/mikeal/sequest.git",
"superagent": "^0.21.0",
"when": "^3.5.2",
"winston": "^0.8.3"
},
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.9.2",
"connect": "^3.3.2",
"connect-livereload": "^0.5.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "git://github.com/oliverwoodings/grunt-autoprefixer.git",
"grunt-browserify": "^3.2.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.2",
"grunt-nodemon": "^0.3.0",
"http-proxy": "^1.6.1",
"load-grunt-tasks": "^1.0.0",
"mocha": "^2.0.1",
"mocha-jshint": "0.0.9",
"mocha-spec-cov": "0.0.3",
"proxyquire": "^1.1.0",
"reactify": "^0.15.2",
"serve-static": "^1.7.1",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"sqlite3": "^3.0.2"
}
}