-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 878 Bytes
/
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
{
"name": "polymer-apollo",
"version": "2.0.0-rc.6",
"description": "Polymer Apollo Integration",
"main": "index.js",
"scripts": {
"compile": "babel --presets es2015 -d dist/ src/",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aruntk/polymer-apollo.git"
},
"keywords": [
"polymer",
"apollo"
],
"author": "Arun Kumar T K",
"license": "MIT",
"bugs": {
"url": "https://github.com/aruntk/polymer-apollo/issues"
},
"homepage": "https://github.com/aruntk/polymer-apollo#readme",
"peerDependencies": {
"apollo-client": "^1.0.1"
},
"dependencies": {
"lodash.clone": "^4.5.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0"
}
}