-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.48 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
{
"name": "prestashop-api-client",
"version": "0.3.11",
"description": "PrestaShop API client",
"homepage": "https://github.com/itconsultis/prestashop-api-client",
"bugs": "https://github.com/itconsultis/prestashop-api-client/issues",
"keywords": [
"prestashop"
],
"repository": {
"type": "git",
"url": "git@github.com:itconsultis/prestashop-api-client.git"
},
"main": "./dist/index.js",
"scripts": {
"postinstall": ".npm/scripts/postinstall",
"test": ".npm/scripts/test",
"coverage": "./istanbul cover npm test",
"start": "./nodemon --ignore ./dist -x 'npm test || true'",
"prepublish": "npm config set registry 'https://registry.npmjs.org' && npm test && .npm/scripts/build",
"postpublish": "git checkout develop"
},
"author": "IT Consultis <tech@it-consultis.com",
"license": "MIT",
"dependencies": {
"i": "^0.3.5",
"lodash": "^3.10.1",
"node-fetch": "^1.6.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"eslint": "^3.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"nodemon": "^1.10.2",
"sinon": "^1.17.5"
}
}