-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.37 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
50
{
"name": "lavaca-starter",
"version": "3.0.0",
"description": "A Lavaca app",
"main": "Gruntfile.js",
"url": "http://getlavaca.com",
"dependencies": {
"mout": "0.x",
"fs-extra": "~0.6.3",
"grunt": "0.4.2",
"grunt-cli": "0.1.x",
"express": "3.1.x",
"underscore": "1.4.x",
"preprocess": "1.0.x",
"deferreds": "1.x",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-less": "0.6.3",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-jshint": "0.1.x",
"grunt-contrib-jasmine": "git://github.com/zship/grunt-contrib-jasmine.git",
"grunt-amd-dist": "0.4.x",
"grunt-amd-test": "0.4.x",
"grunt-amd-check": "0.5.x",
"grunt-xmlstoke": "0.7.0",
"xml2js": "0.2.x",
"promisemonkey": "0.1.x",
"grunt-contrib-yuidoc": "0.4.0",
"grunt-contrib-watch": "~0.5.3",
"connect-livereload": "~0.3.1",
"grunt-contrib-connect": "~0.6.0",
"grunt-modernizr": "~0.4.1",
"dustjs-linkedin": "2.0.2",
"dustjs-helpers": "1.1.1",
"grunt-shell": "0.3.x",
"bower": "1.5.x",
"cordova": "5.2.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install --force-latest --allow-root"
},
"repository": "[email protected]:mutualmobile/lavaca.git",
"keywords": [
"Lavaca",
"mvc",
"javascript"
],
"author": "Mutual Mobile",
"license": "MIT"
}