-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 787 Bytes
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
{
"name": "ractive-animatecss",
"version": "0.1.0",
"main": "dist/ractive-animatecss.js",
"files": ["dist"],
"keywords": [
"ractive",
"animate.css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:bestguy/ractive-animatecss.git"
},
"scripts": {
"pretest": "node node_modules/webpack/bin/webpack.js -p",
"test": "node_modules/mocha/bin/mocha"
},
"devDependencies": {
"animate.css": "^3.5.1",
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"jsdom": "^9.2.1",
"jsdom-global": "^2.0.0",
"mocha": "^2.5.3",
"ractive": "^0.7.3",
"style-loader": "^0.13.0",
"webpack": "^2.1.0-beta.7"
}
}