forked from unexpectedreboots/greenfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "invalid-memories-greenfield",
"version": "1.0.0",
"description": "Greenfield project by Invalid Memories Team",
"main": "index.js",
"scripts": {
"start": "grunt upload",
"test": "grunt test",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hr-memories/greenfield.git"
},
"author": "Bill Zito, Bobby Wei, Karina Kinaman, Kyle Chun",
"license": "ISC",
"bugs": {
"url": "https://github.com/hr-memories/greenfield/issues"
},
"homepage": "https://github.com/hr-memories/greenfield#readme",
"dependencies": {
"@exponent/react-native-fade-in-image": "^1.0.0",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"form-data": "^2.1.1",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-nodemon": "^0.4.2",
"grunt-run": "^0.6.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.4",
"mocha": "^3.1.2",
"mongoose": "^4.6.4",
"multer": "^1.2.0",
"node-transloadit": "0.0.4",
"nodemon": "^1.11.0",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"s3-uploader": "^2.0.2",
"transloadit": "1.9.1"
}
}