universal-transition
Version:
A universal transition API.
46 lines (45 loc) • 958 B
JSON
{
"name": "universal-transition",
"version": "1.1.1",
"description": "A universal transition API.",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"files": [
"src",
"lib",
"dist"
],
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build"
},
"pre-commit": [
"lint"
],
"keywords": [
"Rax"
],
"engines": {
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/raxjs/universal-api.git"
},
"bugs": {
"url": "https://github.com/raxjs/universal-api/issues"
},
"homepage": "https://github.com/raxjs/universal-api#readme",
"dependencies": {
"universal-unit-tool": "^1.0.0",
"style-unit": "^2.0.0",
"universal-device": "^1.0.3",
"universal-env": "^3.0.0"
},
"devDependencies": {
"pre-commit": "^1.2.2",
"rax": "^1.0.8",
"build-plugin-rax-component": "^0.1.0",
"@alib/build-scripts": "^0.1.0"
}
}