forked from classy-org/classy-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.06 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.06 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "classy-node",
"version": "2.6.2",
"description": "Classy API wrapper",
"scripts": {
"lint": "./node_modules/.bin/jscs ./src",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive && ./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover _mocha",
"coverage": "./node_modules/.bin/babel-node ./node_modules/isparta/bin/isparta cover _mocha",
"snyk-test": "./node_modules/.bin/snyk test",
"snyk-unpublished": "./node_modules/.bin/snyk test-unpublished",
"snyk-protect": "./node_modules/.bin/snyk protect",
"prepublish": "./node_modules/.bin/gulp",
"snyk-wizard": "node ./node_modules/.bin/snyk wizard"
},
"keywords": [
"classy",
"classy.org",
"api",
"nonprofits",
"donations",
"fundraising"
],
"homepage": "https://github.com/classy-org/classy-node",
"author": "Classy, Inc. <support@classy.org> (https://classy.org)",
"contributors": [
"Matt Lingner <mlingner@gmail.com> (http://mattlingner.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/classy-org/classy-node.git"
},
"bugs": "https://github.com/classy-org/classy-node/issues",
"engines": {
"node": ">=v4.0.0"
},
"main": "dist/Classy/main.js",
"license": "MIT",
"dependencies": {
"lodash": "^4.0.0",
"request": "^2.74.0",
"request-debug": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-istanbul": "^0.7.0",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.5.0",
"colors": "^1.1.2",
"coveralls": "^2.11.9",
"del": "^2.2.0",
"dotenv": "^2.0.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"isparta": "^4.0.0",
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"nock": "^7.7.3",
"node-inspector": "^0.12.8",
"run-sequence": "^1.1.5",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"snyk": "^1.15.0"
}
}