-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"name": "sqreen-api",
"version": "1.0.0-rc.2",
"description": "A node.js client for Sqreen API (https://www.sqreen.io/developers.html)",
"keywords": [
"sqreen",
"security",
"email",
"ip"
],
"author": "Pierrick Paul <[email protected]>",
"contributors": "https://github.com/PierrickP/sqreen-api/graphs/contributors",
"bugs": "https://github.com/PierrickP/sqreen-api/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:PierrickP/sqreen-api.git"
},
"main": "dist/sqreenApi.js",
"scripts": {
"build": "rm -rf dist && babel lib --out-dir dist",
"lint": "eslint *.js lib/* test/*",
"my-prepublish": "npm run build",
"prepublish": "in-publish && npm run my-prepublish || not-in-publish",
"test": "NODE_ENV=test mocha --compilers js:babel-register"
},
"dependencies": {
"axios": "^0.16.1"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.0.1",
"flow-bin": "^0.47.0",
"in-publish": "^2.0.0",
"mocha": "^3.1.2"
},
"false": {}
}