-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·41 lines (41 loc) · 1.07 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
{
"name": "lavaca",
"version": "2.0.0",
"description": "A Lavaca app",
"main": "Gruntfile.js",
"scripts": {},
"dependencies": {
"mout": "0.3.x",
"jquery-mobile": "git://github.com/jquery/jquery-mobile.git#1.3-stable"
},
"devDependencies": {
"grunt": "0.4.x",
"express": "3.1.x",
"underscore": "1.4.x",
"preprocess": "1.0.x",
"connect": "2.4.4",
"deferreds": "1.x",
"dustjs-linkedin": "1.1.1",
"grunt-dustjs": "0.2.x",
"grunt-contrib-clean": "0.4.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-concat": "0.1.x",
"grunt-contrib-less": "0.5.x",
"grunt-contrib-uglify": "0.1.x",
"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"
},
"repository": "[email protected]:mutualmobile/lavaca.git",
"keywords": [
"Lavaca",
"mvc",
"javascript"
],
"author": "Mutual Mobile",
"license": "MIT"
}