forked from mozilla-magnet/magnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 918 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
37
38
39
40
41
{
"name": "Magnet",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"buffer": "^4.5.1",
"eslint": "^2.5.3",
"magnet-html-parser": "github:mozilla-magnet/magnet-html-parser#v2.0.1",
"react": "^0.14.7",
"react-native": "^0.22.2",
"stream": "0.0.2",
"tinycolor2": "^1.3.0"
},
"devDependencies": {
"babel-jest": "^12.0.2",
"eslint-plugin-react": "^4.2.3",
"jest-cli": "^12.0.2",
"request": "^2.72.0",
"uri-template": "^1.0.0"
},
"browser": {
"stream": "./node_modules/stream/index.js",
"buffer": "./node_modules/buffer/index.js"
},
"jest": {
"haste": {
"defaultPlatform": "android",
"platforms": [
"ios",
"android"
],
"providesNodeModules": [
"react-native"
]
}
}
}