forked from ParalelniPolis/rfid-access-system-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "rfid-access-system-api",
"version": "1.0.0",
"description": "Web API for RFID access system at Paralelni Polis.",
"main": "server.js",
"private": true,
"scripts": {
"postinstall": "grunt build",
"test": "grunt test",
"start": "grunt nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ParalelniPolis/rfid-access-system-api.git"
},
"author": {
"name": "Charles Hill",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ParalelniPolis/rfid-access-system-api/issues"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/ParalelniPolis/rfid-access-system-api#readme",
"dependencies": {
"async": "2.0.0-rc.4",
"bcrypt": "0.8.6",
"bookshelf": "0.9.4",
"chai": "3.5.0",
"cookie-parser": "1.4.1",
"express": "4.13.4",
"express-handlebars": "3.0.0",
"express-mysql-session": "1.0.0",
"express-session": "1.13.0",
"grunt": "1.0.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-env": "0.4.4",
"grunt-jscs": "2.8.0",
"grunt-mocha-test": "0.12.7",
"grunt-newer": "1.2.0",
"grunt-nodemon": "0.4.2",
"inquirer": "1.0.2",
"knex": "0.10.0",
"load-grunt-config": "0.19.2",
"mocha": "2.4.5",
"mysql": "2.10.2",
"open-sans-fontface": "https://github.com/chill117/open-sans/archive/1.4.2.tar.gz",
"seedrandom": "2.4.2",
"serve-static": "1.10.2",
"time-grunt": "1.3.0",
"underscore": "1.8.3"
},
"devDependencies": {}
}