-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
74 lines (74 loc) · 2.12 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
{
"name": "native",
"description": "Native Font Development...",
"version": "1.0.0",
"homepage": "https://github.com/ar-insect/native",
"author": {
"name": "'ar-insect'",
"email": "'[email protected]'"
},
"repository": {
"type": "git",
"url": "[email protected]:ar-insect/native.git"
},
"bugs": {
"url": "https://github.com/ar-insect/native/issues"
},
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"main": "",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"alias": {
"$": "$",
"select": "select/1.0.0/select",
"cellula": "cellula/0.4.2/cellula",
"fdp": "fdp/1.0.0/fdp",
"fdp_1_1_0": "fdp/1.1.0/fdp",
"mockAsyn": "mockAsyn/1.0.0/mockAsyn",
"money": "money/1.0.0/money",
"zeroclipboard": "gallery/zeroclipboard/1.3.5/zeroclipboard",
"customMenu": "customMenu/1.0.0/customMenu",
"tinyscrollbar": "tinyscrollbar/1.0.0/tinyscrollbar",
"handlebars_1_0_0": "gallery/handlebars/1.0.0/handlebars",
"handlebars": "gallery/handlebars/1.0.2/handlebars",
"popup": "arale/popup/1.1.6/popup",
"deleter": "alipay/deleter/1.0.0/deleter",
"dialog": "arale/dialog/1.2.6/dialog",
"calendar": "arale/calendar/1.0.0/calendar",
"placeholders": "gallery/placeholders/3.0.2/placeholders",
"atip": "arale/tip/1.0.0/atip",
"tip": "arale/tip/1.0.0/tip",
"overlay": "arale/overlay/1.0.0/overlay",
"iframe-shim": "arale/iframe-shim/1.0.0/iframe-shim",
"widget": "arale/widget/1.0.3/widget",
"templatable": "arale/widget/1.0.3/templatable"
},
"devDependencies": {
"express": "3.x",
"grunt": "^0.4.5",
"grunt-cmd-concat": "^0.2.7",
"grunt-cmd-transport": "^0.4.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-css-import": "^0.1.6",
"jade": "*",
"lodash": "^2.4.1",
"velocity": "0.7.1",
"velocityjs": "0.4.6"
},
"keywords": []
}