-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 863 Bytes
/
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
{
"private" : true,
"author": "Mason Browne <[email protected]> (http://massivelyfun.com/people/maseb)",
"name": "mf",
"description": "Massively Fun JS Commons",
"version": "0.0.5",
"homepage": "http://massivelyfun.com/projects/mf",
"repository": {
"type": "git",
"url": "git://github.com/massivelyfun/mf.git"
},
"main": "lib-node/mf",
"scripts": {
"test": "cake test"
},
"engines": {
"node": "~0.6.1"
},
"dependencies": {
"underscore": "= 1.2.2",
"underscore.string": "= 2.0.0"
},
"devDependencies": {
"mf-tools" : "git+ssh://[email protected]:massivelyfun/mf-tools.git",
"jack" : "git+ssh://[email protected]:massivelyfun/jack.git",
"coffee-script": "= 1.2.0",
"glob" : "= 3.1.5",
"mocha": "= 0.10.1",
"chai": "= 0.3.3",
"phantom": "= 0.3.3"
},
"optionalDependencies": {}
}