-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 905 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 905 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": "relaypy-client",
"version": "1.0.0",
"description": "JS client using Relay",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faassen/relaypy.git"
},
"author": "Martijn Faassen",
"license": "MIT",
"bugs": {
"url": "https://github.com/faassen/relaypy/issues"
},
"homepage": "https://github.com/faassen/relaypy#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-relay-plugin": "^0.2.5",
"css-loader": "^0.18.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2"
},
"dependencies": {
"graphiql": "^0.2.3",
"isomorphic-fetch": "^2.1.1",
"react": "^0.14.0-rc",
"react-dom": "^0.14.0-rc",
"react-relay": "^0.3.1"
}
}