forked from nikches/react-native-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 708 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 708 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
{
"name": "react-native-models",
"version": "0.7.9",
"description": "Implementation of the models for React Native. Allow serialize/deserialize classes and store them in AsyncStorage.",
"main": "Model.js",
"scripts": {
"test": "mocha --require babel-register"
},
"keywords": [
"react-native",
"models",
"serialization",
"deserialization",
"AsyncStorage",
"Storage"
],
"author": "nikches",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"mocha": "^3.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nikches/react-native-models"
}
}