-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
36 lines (36 loc) · 946 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
34
35
36
{
"name": "keel",
"version": "1.1.0",
"description": "A stabilizing framework for Backbone applications",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-clean": "0.4.x",
"grunt-contrib-compass": "0.2.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-jshint": "0.5.x",
"grunt-contrib-requirejs": "0.4.x",
"grunt-contrib-watch": "0.4.x",
"mocha": "1.9.x",
"grunt-mocha": "0.3.x",
"grunt-contrib-yuidoc": "0.4.x"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/archfirst/keel.git"
},
"keywords": [
"architecture",
"backbone",
"keel"
],
"scripts": {
"test": "grunt mocha"
},
"author": "Bob Holt",
"homepage": "http://bobholt.me/",
"license": "MIT",
"readmeFilename": "README.md"
}