-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 913 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
{
"name":"navigator-injector-backbone-command-setup",
"version":"0.1.0",
"author":{
"name":"Paul Tondeur",
"email":"paul@paultondeur.nl",
"url":"http://paultondeur.com"
},
"description":"(almost) Empty project setup using navigator.js, injector.js and Backbone.Command",
"repository":{
"type":"git",
"url":"https://github.com/PaulTondeur/navigator-injector-backbone-command-setup"
},
"dependencies":{
"grunt":"~0.4.0",
"grunt-contrib-requirejs":"~0.4.0",
"grunt-contrib-clean":"~0.4.0",
"grunt-contrib-copy":"~0.4.0",
"grunt-cache-busting":"~0.0.6",
"grunt-zip":"~0.9.1",
"grunt-concurrent":"~0.3.1",
"grunt-contrib-watch":"~0.5.3",
"grunt-contrib-connect":"~0.5.0",
"grunt-connect-rewrite":"~0.1.1",
"grunt-ftp-deploy":"~0.0.1",
"grunt-open":"~0.2.2",
"grunt-contrib-compass":"~0.5.0"
},
"engines":{
"node":"0.8.x"
},
"devDependencies":{
"grunt":"~0.4.0"
}
}