-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "JigMagga",
"description": "JigMagga is a widget based JavaScript MVC framework based on bitovis canJS that was build for large SEO sites",
"version": "0.0.5",
"author": {
"name": "yd. yourdelivery GmbH",
"email": "naie@lieferando.de",
"web": "http://www.lieferando.de/"
},
"contributors": [
{
"name": "Jens Naie",
"email": "naie@lieferando.de"
},
{
"name": "Toni Meuschke",
"email": "meuschke@lieferando.de"
}
],
"devDependencies": {
"bower": "1.2.8",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.7.1",
"grunt-prompt": "0.1.2",
"can-compile": "^0.6.0",
"marked": "0.3.2",
"testem": "^0.6.16",
"walk": "~2.3.3"
},
"licenses": [
{
"type": "LPGL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"main": "home",
"scripts": {
"install": "node node_modules/bower/bin/bower install --config.cwd=bower_components --config.directory=.",
"prepublish": "node node_modules/bower/bin/bower install steal=git://github.com/bitovi/legacy-steal.git --config.directory=."
},
"dependencies": {
"lodash": "~2.4.1",
"ejs": "~1.0.0",
"stream-transform": "0.0.2",
"git-wrapper": "~0.1.1",
"async": "^0.9.0"
}
}