-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 809 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name" : "modelify"
,"description" : "Stateful Data Modeling with Events for both browser and NodeJS environments."
,"homepage" : "http://not-up-yet.com"
,"keywords" : ["datastore","models","states","events","server","client"]
,"author" : "brec-c"
,"engines" : {"node":"*"}
,"licenses" : [{"type":"MIT","url":"https://github.com/brec-c/modelify/blob/master/LICENSE"}]
,"repository" : {"type":"git", "url": "git://github.com/brec-c/modelify.git"}
,"main" : "index.js"
,"version" : "0.0.1"
,"dependencies" : {
"stateful" : ""
,"underscore" : ""
,"detectify" : ""
,"node-uuid" : ""
,"jqueryify" : ""
}
,"devDependencies" : {}
}