-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 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
{
"name": "angular1-apollo",
"version": "0.0.2",
"description": "Angular 1.0 client for Apollo",
"main": "build/src/index.js",
"scripts": {
"build": "tsc",
"prepublish": "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.3.0 || ^0.4.0 || ^0.5.0",
"angular": "^1.3.0"
},
"devDependencies": {
"@types/angular": "^1.5.13",
"@types/chai": "^3.4.34",
"@types/es6-shim": "^0.31.32",
"@types/isomorphic-fetch": "0.0.30",
"@types/node": "^6.0.38",
"angular": "^1.5.8",
"apollo-client": "^0.5.0",
"typed-graphql": "1.0.2",
"typescript": "2.0.6"
}
}