forked from mutualmobile/lavaca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.31 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "lavaca",
"description": "A curated collection of tools built for mobile.",
"version": "3.0.0",
"homepage": "https://github.com/mutualmobile/lavaca",
"author": {
"name": "mutualmobile",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/mutualmobile/lavaca.git"
},
"bugs": {
"url": "https://github.com/mutualmobile/lavaca/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mutualmobile/lavaca/blob/master/LICENSE-MIT"
}
],
"main": "lavaca",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"requirejs ": "2.1.8"
},
"devDependencies": {
"fs-extra": "~0.6.3",
"grunt": "0.4.1",
"grunt-contrib-jshint": "0.6.5",
"grunt-contrib-yuidoc": "0.4.0",
"grunt-karma": "0.8.3",
"grunt-karma-coveralls": "2.5.1",
"grunt-open": "0.2.1",
"karma": "0.12.17",
"karma-chrome-launcher": "0.1.4",
"karma-coverage": "0.2.4",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2"
},
"keywords": [
"lavaca",
"javascript",
"lavaca-core",
"mobile",
"web",
"framework",
"touch",
"responsive",
"utils",
"build",
"mvc",
"localStorage",
"events",
"animation"
]
}