-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 783 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 783 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
{
"name": "react-native-jsmodel",
"version": "0.0.6",
"description": "JSON parse into JS model as same as JSONModel or object mapper in iOS.",
"main": "JSModel.js",
"scripts": {
"start": "node ./node_modules/babel-cli/bin/babel-node.js --presets node6 demo/DemoJSModel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dayitv89/react-native-jsmodel.git"
},
"keywords": [
"JSONModel",
"JSON model",
"JSON mapper",
"JS object mapper",
"JS model"
],
"author": "Gaurav D. Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/dayitv89/react-native-jsmodel/issues"
},
"homepage": "https://github.com/dayitv89/react-native-jsmodel#readme",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-node6": "^11.0.0"
}
}