react-native-adaptivecards/package.json

56 строки
1.5 KiB
JSON
Исходник Обычный вид История

{
2017-11-20 08:19:47 +03:00
"name": "react-native-adaptivecards",
"description": "React Native implementation of AdaptiveCards.",
2017-11-17 08:00:07 +03:00
"version": "0.1.0",
"repository": {
"url": "git+https://msasg.visualstudio.com/DefaultCollection/Bing_Cortana/_git/react-native-adaptivecards",
"type": "git"
2017-11-17 08:00:07 +03:00
},
2017-11-20 08:19:47 +03:00
"author": "",
2017-11-17 08:00:07 +03:00
"private": true,
"license": "UNLICENSED",
"files": [
"dist/"
],
2017-11-17 08:00:07 +03:00
"main": "dist/index",
2017-11-20 08:19:47 +03:00
"scripts": {
"pre-commit": "gulp",
"devtools": "react-devtools",
"build": "gulp",
"build-tool": "yarn build && cd tool && yarn build",
"src": "yarn",
"example": "cd examples && yarn",
"tool": "cd tool && yarn",
"all": "yarn src && yarn example && yarn tool",
"test": "echo \"Error: no test specified\" && exit 1",
"run-device": "yarn build && cd examples && yarn start",
"run-ios": "yarn build && cd examples && yarn ios",
"run-android": "yarn build && cd examples && yarn android",
"run-tool": "yarn build && cd tool && yarn dev"
2017-11-20 08:19:47 +03:00
},
"pre-commit": {
"run": [
"pre-commit"
2017-11-20 08:19:47 +03:00
],
"silent": true
},
2017-11-17 08:00:07 +03:00
"devDependencies": {
"@types/lodash": "latest",
"@types/react": "latest",
"@types/react-native": "^0.55.28",
"del": "latest",
"gulp": "latest",
"gulp-imagemin": "latest",
"gulp-rename": "^1.4.0",
"gulp-tslint": "latest",
"gulp-typescript": "latest",
"react-devtools": "latest",
"run-sequence": "latest",
"tslint": "latest",
"typescript": "latest"
2017-11-17 08:00:07 +03:00
},
"dependencies": {
"lodash": "latest"
2017-11-20 08:19:47 +03:00
}
}