forked from daniel-lundin/snabbt.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 KB
/
package.json
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
{
"name": "snabbt.js",
"version": "0.6.4",
"description": "Fast animations with javascript and CSS-transforms",
"main": "snabbt.js",
"files": [
"LICENSE.txt",
"README.md",
"bower.json",
"package.json",
"snabbt.js",
"snabbt.min.js"
],
"scripts": {
"test": "mocha src/**/*.test.js",
"tdd": "mocha src/**/*.test.js --compilers js:buble/register --harmony --watch",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "[email protected]:daniel-lundin/snabbt.js.git"
},
"author": "Daniel Lundin",
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"chai-string": "^1.1.4",
"jest": "^22.4.3",
"mocha": "^2.3.3",
"moment": "^2.10.6",
"rollup": "^0.57.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"sinon": "^1.17.1",
"watchify": "^3.4.0"
},
"spm": {
"main": "snabbt.js",
"ignore": [
"docs",
"src"
]
}
}