-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 908 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
{
"name": "amoeba",
"version": "0.2.0",
"description": "Amoeba.js is a lightweight JS MVC framework built by extending Backbone JS. It aims to make developing on top of Backbone rapid, extensible, and easy.",
"main": "amoeba.js",
"scripts": {
"test": "grunt mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/AmoebaConsulting/amoeba-js.git"
},
"author": "Amoeba Consulting <[email protected]> (http://amoe.ba)",
"license": "MIT",
"homepage": "http://github.com/AmoebaConsulting/amoeba-js",
"dependencies": {
"underscore": "1.4.3",
"backbone": "0.9.10"
},
"devDependencies": {
"grunt": "0.3.17",
"grunt-coffee": "0.0.6",
"grunt-growl": "0.1.3",
"grunt-barkeep": "0.3.10",
"grunt-contrib-copy": "0.3.2",
"codo": "1.5.4",
"snockets": "1.3.8",
"mocha": "1.8.1",
"mocha-phantomjs": "latest",
"chai": "1.4.2"
}
}