-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpackage.json
79 lines (79 loc) · 1.81 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
76
77
78
79
{
"name": "cardkit",
"description": "CardKit is a mobile UI library provides a series of building blocks which are all components built on DarkDOM and Moui.",
"version": "0.0.0",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {},
"devDependencies": {
"grunt-dispatch": "~0.2.0",
"grunt-furnace": "~0.2.0",
"grunt-ozjs": "~0.4.3",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt": "~0.4.0",
"ozma": "~1.9.1",
"ozjs": "~2.6.4"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"jshintConfig": {
"passfail": false,
"browser": true,
"nonstandard": true,
"node": true,
"globals": {
"ActiveXObject": true,
"require": true,
"define": true,
"module": true,
"describe": true,
"it": true,
"before": true,
"after": true,
"beforeEach": true,
"afterEach": true,
"expect": true,
"sinon": true
},
"devel": false,
"debug": false,
"strict": false,
"esnext": false,
"eqeqeq": false,
"eqnull": true,
"immed": true,
"noarg": true,
"undef": true,
"unused": true,
"trailing": false,
"boss": true,
"evil": true,
"shadow": true,
"proto": true,
"validthis": true,
"expr": true,
"indent": false,
"asi": false,
"laxbreak": true,
"laxcomma": true,
"curly": false,
"nonew": true,
"sub": true,
"loopfunc": true,
"regexdash": true,
"white": false,
"scripturl": true,
"multistr": true
}
}