-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.26 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
{
"name": "scicademy",
"version": "0.9.0",
"description": "Scicademy - Read, Research, Review",
"main": "index.js",
"engines": {
"node": "5.2.0"
},
"dependencies": {
"aws-sdk": "^2.2.23",
"body-parser": "latest",
"connect-busboy": "0.0.2",
"dompurify": "^0.8.2",
"express": "^4.13.3",
"fs": "latest",
"google-caja": "0.0.2",
"gridfs-stream": "^1.1.1",
"h5bp": "^0.1.4",
"http": "latest",
"jsdom": "^9.4.1",
"mailgun-js": "latest",
"mongodb": "latest",
"mongojs": "latest",
"password-hash": "latest",
"path": "^0.12.7",
"sanitize-html": "^1.13.0",
"send": "latest",
"url": "^0.11.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.11.0",
"grunt-jsbeautifier": "^0.2.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeshaitan/Scicademy.git"
},
"author": "Jesse Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeshaitan/Scicademy/issues"
},
"homepage": "https://github.com/jeshaitan/Scicademy#readme",
"keywords": [
"science",
"research",
"high",
"school",
"undergraduate",
"database"
]
}