forked from biggerboat/backbone-command
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 675 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
{
"name": "backbone-command",
"version": "0.1.3",
"author": {
"name": "Paul Tondeur",
"email": "paul@paultondeur.nl",
"url": "http://paultondeur.com"
},
"main": "backbone-command.js",
"description": "Small Backbone extension for command execution on model changes",
"repository": {
"type": "git",
"url": "https://github.com/PaulTondeur/backbone-command"
},
"dependencies": {
"backbone": "^1.2.1",
"grunt": "~0.4.0",
"grunt-bump": "~0.0.11",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-watch": "~0.3.1",
"underscore": "^1.8.3"
},
"engines": {
"node": "0.8.x"
}
}