-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 744 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
{
"name": "myelin",
"description": "Connect Backbone models to forms using Synapse",
"version": "0.0.0",
"author": "Nate Soares <nate@natesoares.com>",
"repository": {"type": "git", "url": "git://github.com/Soares/myelin.git"},
"dependencies": {
"backbone": "0.x",
"underscore": "1.x",
"coffee-script": "1.x",
"browserify": "1.x"
},
"devDependencies": {
"bcrypt": "0.x",
"vows": "0.5.x",
"jsdom": "0.2.x",
"stylus": "0.x",
"markdown": "0.x"
},
"keywords": ["backbone", "synapse", "coffeescript", "relational", "forms",
"automatic"],
"main": "./lib/myelin",
"engines": {"node": ">= 0.4.1"},
"contributors": []
}