forked from bluecloudy/angular1-apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 901 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
{
"name": "angular1-apollo",
"version": "0.2.2",
"description": "Angular 1.0 client for Apollo",
"main": "build/src/index.js",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollostack/angular1-apollo.git"
},
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apollostack/angular1-apollo/issues"
},
"homepage": "https://github.com/apollostack/angular1-apollo#readme",
"peerDependencies": {
"apollo-client": ">=0.8.0 <=0.10.1 || >=1.0.0-rc <2.0.0",
"angular": ">=1.2.0"
},
"devDependencies": {
"@types/angular": "^1.6.9",
"@types/node": "^7.0.3",
"angular": "^1.6.3",
"apollo-client": "^1.0.0-rc.2",
"graphql-tag": "^1.3.1",
"typescript": "~2.2.1"
}
}