-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
75 lines (75 loc) · 2.04 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "lavaca",
"description": "A curated collection of tools built for mobile.",
"version": "4.0.0-alpha-9fbb9b7.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"
}
],
"engines": {
"node": ">= 0.8.0"
},
"main": "lavaca",
"scripts": {
"build": "_scripts/build",
"publish": "_scripts/publish",
"test": "_scripts/test",
"coverage": "_scripts/coverage",
"doc": "node_modules/yuidocjs/lib/cli.js src --outdir docs"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel": "6.5.2",
"babel-cli": "6.5.1",
"babel-loader": "6.2.4",
"babel-plugin-transform-es2015-modules-amd-simple": "6.6.7",
"babel-plugin-transform-es2015-modules-commonjs-simple": "6.7.0",
"babel-preset-es2015-webpack": "6.4.0",
"chai": "3.5.0",
"coveralls": "2.11.9",
"fs-extra": "0.6.3",
"istanbul": "1.0.0-alpha.2",
"jquery": "2.2.3",
"karma": "0.13.22",
"karma-chrome-launcher": "0.1.4",
"karma-cli": "0.1.0",
"karma-coverage": "0.2.4",
"karma-mocha": "0.2.2",
"karma-sourcemap-loader": "0.3.7",
"mocha": "2.4.5",
"mout": "1.0.0",
"sinon": "1.17.3",
"webpack": "1.12.14",
"yuidocjs": "0.10.0"
},
"keywords": [
"lavaca",
"javascript",
"lavaca-core",
"mobile",
"web",
"framework",
"touch",
"responsive",
"utils",
"build",
"mvc",
"localStorage",
"events",
"animation"
]
}