forked from inaturalist/inaturalistjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "inaturalistjs",
"version": "1.9.1",
"description": "inaturalistjs",
"author": "iNaturalist",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/inaturalist/inaturalistjs.git"
},
"bugs": {
"url": "https://github.com/inaturalist/inaturalistjs/issues"
},
"homepage": "https://github.com/inaturalist/inaturalistjs#readme",
"main": "./lib/inaturalistjs.js",
"browser": "./build/inaturalistjs.js",
"scripts": {
"test": "NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --recursive --exit",
"coveralls": "NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive --exit && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"cross-fetch": "^2.2.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-preset-flow": "^6.23.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"debug": "^4.1.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"extend": "^3.0.2",
"flow-bin": "^0.78.0",
"form-data": "^2.3.3",
"gulp": "^4.0.2",
"gulp-mocha": "^7.0.0",
"hoek": "^5.0.4",
"istanbul": "^1.1.0-alpha.1",
"lodash": "^4.17.19",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^10.0.1",
"sinon": "^7.1.0",
"supertest": "^3.3.0",
"webpack": "^4.35.3",
"webpack-stream": "^5.2.1"
}
}