-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 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
{
"name": "bind-transforms",
"description": "Bind models properties to properly prefixed CSS transforms in backbone/humanjs views.",
"version": "1.2.1",
"author": "Henrik Joreteg <henrik@andyet.net>",
"bugs": {
"url": "https://github.com/HenrikJoreteg/bind-transforms/issues"
},
"dependencies": {
"is-function": "^1.0.1",
"transform-style": "~0.1.0"
},
"devDependencies": {
"backbone": "",
"browserify": "2.20.1",
"human-model": "~2.5.0",
"human-view": "",
"servedir": "",
"uglify-js": "2.x.x",
"underscore": ""
},
"keywords": [
"humanjs",
"backbone",
"views",
"binding",
"transforms"
],
"license": "MIT",
"main": "bind-transforms.js",
"repository": {
"type": "git",
"url": "git://github.com/HenrikJoreteg/bind-transforms"
},
"scripts": {
"test": "open ./index.html",
"build": "node ./scripts/build.js",
"gh-pages": "./scripts/gh-pages.sh",
"start": "open http://localhost:8000/index.html && servedir ."
}
}