-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.09 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
46
{
"name": "zanimo",
"version": "1.1.3",
"author": "Paul Panserrieu <[email protected]>",
"description": "Animation library based on CSS3 transitions and promises",
"repository": {
"type": "git",
"url": "https://github.com/peutetre/Zanimo.git"
},
"keywords": [
"animation",
"transition",
"promise",
"browser",
"css"
],
"contributors": [
{
"name": "Gaétan Renaudeau",
"email": "[email protected]",
"url": "http://greweb.me/"
}
],
"dependencies": {
"color": "0.7.x",
"q": "1.1.x",
"qanimationframe": "2.1.x",
"vendor-prefix": "0.1.x"
},
"devDependencies": {
"browserify": "8.x.x",
"expect.js": "0.2.x",
"mocha": "2.1.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-saucelabs": "8.0.x",
"grunt-contrib-connect": "0.8.x"
},
"scripts": {
"test": "npm run build; grunt test",
"build": "./node_modules/browserify/bin/cmd.js ./test/test.js -o ./test/main.js --debug;"
},
"license": "MIT",
"main": "src/Zanimo.js",
"homepage": "https://github.com/peutetre/Zanimo"
}