-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 792 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 792 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
26
27
28
29
30
31
32
33
34
{
"name": "backbone.cocktail",
"version": "0.5.15",
"description": "DRY up your Backbone code with mixins",
"homepage": "https://github.com/onsi/cocktail",
"repository": {
"type": "git",
"url": "git://github.com/onsi/cocktail.git"
},
"keywords": [
"backbone",
"mixin"
],
"scripts": {
"test": "grunt jasmine"
},
"author": "Onsi Fakhouri <onsijoe@gmail.com>",
"contributors": [
"Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com)",
"ogonkov"
],
"license": "MIT",
"main": "Cocktail.js",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-contrib-uglify": "~0.2.7"
},
"dependencies": {
"underscore": "^1.8.3"
}
}