-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.55 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
{
"name": "@jaawerth/sg",
"version": "1.2.0",
"description": "A Promise-based client for the SurveyGizmo API",
"main": "dist/index.js",
"dependencies": {
"axios": "^0.9.1",
"data.either": "^1.3.0",
"is": "^3.1.0",
"md5": "^2.0.0",
"qs": "^6.0.2",
"rxjs": "^5.0.0-beta.2",
"transducers.js": "github:jaawerth/transducers.js"
},
"devDependencies": {
"@jaawerth/promisify": "^1.0.1",
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-eslint": "^5.0.4",
"babel-plugin-transform-class-properties": "^6.4.0",
"babel-plugin-transform-do-expressions": "^6.3.13",
"babel-plugin-transform-flow-comments": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.3.13",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"eslint": "<2.3.0",
"eslint-config-jw": "^1.1.0"
},
"scripts": {
"build": "babel src -d dist",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"bn": "babel-node --presets es2015,stage-2 --plugins transform-function-bind,transform-class-properties,transform-flow-comments,transform-do-expressions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaawerth/sg-client.git"
},
"author": "",
"license": "Private",
"bugs": {
"url": "https://github.com/jaawerth/sg-client/issues"
},
"homepage": "https://github.com/jaawerth/sg-client#readme"
}