react-native-adaptivecards/package.json

35 строки
892 B
JSON
Исходник Обычный вид История

{
2017-11-17 08:00:07 +03:00
"name": "adaptivecardsreactnative",
"version": "0.1.0",
"repository": {
"url": "https://msasg.visualstudio.com/DefaultCollection/Bing_Cortana/_git/AdaptiveCardsReactNative",
"type": "git"
},
"private": true,
"license": "UNLICENSED",
"main": "dist/index",
"types": "./src/tuype.d.ts",
"devDependencies": {
"@types/lodash": "^4.14.85",
"@types/react": "^16.0.23",
"@types/react-native": "^0.50.7",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"run-sequence": "^2.2.0",
"tslint": "^5.8.0",
"typescript": "^2.6.1"
},
"dependencies": {
"lodash": "^4.17.4",
"react": "^16.1.1",
"react-native": "^0.50.3"
},
"description": "React Native implementation of AdaptiveCards.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": ""
}