mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
23f959aab8
Reviewed By: hramos Differential Revision: D8458729 fbshipit-source-id: 1e92098b2651751f1b7ba3c8da1316fe4c0ca808
35 lines
762 B
JSON
35 lines
762 B
JSON
{
|
|
"name": "react-animated",
|
|
"description": "Animated provides powerful mechanisms for animating your React views",
|
|
"version": "0.1.0",
|
|
"keywords": [
|
|
"react",
|
|
"animated",
|
|
"animation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "Animated.js",
|
|
"dependencies": {
|
|
"fbjs": "0.8.17"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^5.8.25",
|
|
"babel-loader": "^5.3.2",
|
|
"del": "^1.2.0",
|
|
"fbjs-scripts": "^0.2.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^5.1.0",
|
|
"gulp-derequire": "^2.1.0",
|
|
"gulp-flatten": "^0.1.0",
|
|
"gulp-header": "^1.2.2",
|
|
"gulp-util": "^3.0.6",
|
|
"object-assign": "^3.0.0",
|
|
"run-sequence": "^1.1.2",
|
|
"webpack": "1.11.0",
|
|
"webpack-stream": "^2.1.0"
|
|
}
|
|
}
|