-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.21 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-animachine-enhancer",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"coverage": "babel-node node_modules/.bin/isparta cover --report text --report lcov node_modules/.bin/_mocha -- --reporter dot",
"lib": "rm -rf lib && babel ./src --out-dir lib --source-maps --source-maps",
"lib-watch": "npm run lib && babel ./src --out-dir lib --source-maps --source-maps --watch",
"browser-build": "webpack --config webpack.browser.config.js",
"test": "mocha --compilers js:babel/register",
"test-debug": "node-debug _mocha --compilers js:babel/register"
},
"repository": {
"type": "git",
"url": "https://github.com/animachine/react-animachine-enhancer.git"
},
"author": "Polgár András <azazdeaz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/animachine/react-animachine-enhancer/issues"
},
"keywords": [
"animation",
"greensock",
"gsap",
"react",
"react-component"
],
"homepage": "https://github.com/animachine/react-animachine-enhancer",
"devDependencies": {
"@azazdeaz/component-playground": "^0.1.2",
"babel": "^5.6.23",
"babel-core": "^5.8.12",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.3.1",
"chai": "^3.2.0",
"chai-spies": "^0.7.0",
"coveralls": "^2.11.4",
"custom-drag": "0.0.3",
"eslint": "^0.24.0",
"eslint-plugin-babel": "^1.1.0",
"eslint-plugin-mocha": "^0.5.1",
"eslint-plugin-react": "^2.6.4",
"file-loader": "^0.8.4",
"gsap": "^1.18.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.2",
"gulp-util": "^3.0.6",
"isparta": "^3.0.4",
"lodash": "^3.10.1",
"material-ui": "^0.12.2",
"mocha": "^2.3.2",
"node-libs-browser": "^0.5.2",
"radium": "^0.13.7",
"raw-loader": "^0.5.1",
"react": ">=0.13 <0.15.0",
"react-matterkit": "0.0.34",
"react-motion": "^0.2.7",
"react-router": "^1.0.0-rc3",
"react-tap-event-plugin": "^0.1.7",
"redux": "^0.12.0",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"bezier-easing": "^1.1.1",
"lodash": "^3.10.1",
"react-gsap-enhancer": "^0.2.0"
}
}