-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 968 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 968 Bytes
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
{
"name": "mc3-node-api",
"version": "1.0.0",
"description": "Node API for the Mailchimp API v3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playi/mc3-node-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/playi/mc3-node-api/issues"
},
"homepage": "https://github.com/playi/mc3-node-api#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.0.35",
"@types/marked": "0.0.28",
"@types/node": "https://registry.npmjs.org/@types/node/-/node-7.0.8.tgz",
"autoprefixer": "^6.7.7",
"bluebird": "~3.0.5",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"ts-loader": "0.8.1",
"tsify": "^0.11.4",
"typescript": "^1.8.7",
"webpack": "^1.12.14"
}
}