forked from felipesousa/wunderlist-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "wunderlist-api",
"version": "1.0.4",
"description": "📕 Wunderlist in a simple way.",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/felipesousa/wunderlist-api.git"
},
"keywords": [
"wunderlist",
"api",
"notes",
"request"
],
"author": "Felipe Sousa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/felipesousa/wunderlist-api/issues"
},
"homepage": "https://github.com/felipesousa/wunderlist-api#readme",
"dependencies": {
"request": "^2.73.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-rollup": "^1.1.1",
"eslint": "^2.10.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.1.0",
"gulp-rollup": "^1.8.0",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0",
"rupture": "^0.6.1"
}
}