create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "array-filter",
"description": "Array#filter for older browsers.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/array-filter.git"
},
"homepage": "https://github.com/juliangruber/array-filter",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"dependencies": {},
"devDependencies": {
"tape": "~2.3.2"
},
"keywords": [
"array",
"filter",
"browser",
"html",
"browserify"
],
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"license": "MIT",
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}