forked from Rich-Harris/ramjet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "ramjet",
"description": "Transform DOM elements into each another with smooth transitions",
"version": "0.4.6",
"author": "Rich Harris",
"license": "MIT",
"repository": "https://github.com/rich-harris/ramjet",
"main": "dist/ramjet.js",
"jsnext:main": "src/ramjet.js",
"files": [
"src",
"dist",
"README.md"
],
"scripts": {
"start": "gobble",
"build": "sh ./scripts/build.sh",
"prepublish": "npm run build",
"test": "open http://localhost:4567/test.html; npm start"
},
"devDependencies": {
"eases": "^1.0.6",
"gobble": "^0.9.0",
"gobble-babel": "^5.0.0",
"gobble-browserify": "^0.3.0",
"gobble-cli": "^0.3.5",
"gobble-derequire": "^0.1.1",
"gobble-esperanto-bundle": "^0.1.7",
"gobble-ractive": "^0.2.0",
"gobble-uglifyjs": "^0.2.1",
"ractive": "^0.7.2",
"ractive-events-tap": "^0.2.0",
"ractive-transitions-fade": "^0.2.0"
},
"spm": {
"main": "dist/ramjet.js",
"ignore": ["demo", "test", "src", "scripts"]
}
}