forked from tenderloin-tech/proximate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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
{
"name": "proximate",
"version": "0.1.0",
"description": "Automated attendance tracking for your space",
"main": "server.js",
"scripts": {
"test": "mocha test/server/serverspec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tenderloin-tech/proximate.git"
},
"author": "Derek Ryan Barncard, Valentyn Boginskey, Avi Dunn, Sebastian Tonkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/tenderloin-tech/proximate/issues"
},
"homepage": "https://github.com/tenderloin-tech/proximate",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-jasmine": "^1.0.1",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.9.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-commonjs": "0.0.13",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
},
"dependencies": {
"angular-mocks": "^1.3.8",
"bluebird": "^2.4.0",
"body-parser": "^1.10.0",
"bookshelf": "^0.7.9",
"express": "^4.10.6",
"googleapis": "^1.0.22",
"jsonwebtoken": "^3.2.1",
"jws": "^1.0.0",
"jws-jwk": "^0.1.4",
"knex": "^0.7.3",
"moment": "^2.8.4",
"morgan": "^1.5.0",
"mysql": "^2.5.4",
"pubnub": "^3.7.5",
"request": "^2.51.0",
"underscore": "^1.7.0"
}
}