-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.23 KB
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
{
"name": "lavaca-starter",
"version": "2.3.3",
"description": "A Lavaca app",
"main": "Gruntfile.js",
"url": "http://getlavaca.com",
"dependencies": {
"mout": "0.x",
"fs-extra": "~0.6.3",
"grunt": "0.4.1",
"grunt-cli": "~0.1.9",
"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",
"xml2js": "0.2.x",
"promisemonkey": "0.1.x",
"grunt-contrib-yuidoc": "0.4.0",
"grunt-contrib-watch": "0.4.4",
"dustjs-linkedin": "2.0.2",
"dustjs-helpers": "1.1.1",
"grunt-shell": "0.3.x",
"bower": "1.2.x",
"cordova": "3.4.x",
"express": "3.1.x",
"connect": "2.4.4"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": "git@github.com:mutualmobile/lavaca.git",
"keywords": [
"Lavaca",
"mvc",
"javascript"
],
"author": "Mutual Mobile",
"license": "MIT"
}