-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"engines":{
"node":"4.2.6",
"npm":"2.14.12"
},
"name": "pmc-ref",
"version": "0.0.1",
"description": "pmc-ref checks which references of an article are free to read in PubMed Central.",
"keywords": [
"research",
"communication",
"free"
],
"author": "Robert Sullivan",
"repository": {
"type": "git",
"url": "https://github.com/RobSullivan/pmc-ref"
},
"scripts": {
"start": "node app.js",
"test": "npm run test-functional",
"test-functional": "mocha -R list tests/functional/articles.endpoint.tests.js"
},
"dependencies": {
"JSONStream": "1.0.7",
"async": "1.5.2",
"body-parser": "^1.14.2",
"chai": "*",
"event-stream": "3.3.2",
"express": "4.13.4",
"hjs": "*",
"jade": "~1.11.0",
"less-middleware": "*",
"mocha": "*",
"mongodb": "2.1.7",
"mongoose": "4.4.3",
"request": "2.69.0",
"split": "1.0.0",
"supertest": "1.1.0",
"underscore": "*",
"webdriverjs": "1.7.5",
"xmldoc": "0.4.0"
}
}