-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (81 loc) · 2.65 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
80
81
82
83
{
"name": "pandora",
"version": "1.0.0",
"description": "pandora bootstrap script",
"keywords": [ "bootstrap", "pandora", "seajs" ],
"homepage": "https://github.com/pandorajs/pandora",
"bugs": {
"url": "https://github.com/pandorajs/pandora/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pandorajs/pandora/blob/master/LICENSE-MIT"
}
],
"author": {
"name": "crossjs",
"url": "https://github.com/crossjs"
},
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/pandorajs/pandora.git"
},
"scripts": {
"test": "grunt qunit"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
},
"devDependencies": {
"grunt": "*",
"grunt-text-replace": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-coveralls": "*",
"grunt-qunit-istanbul": "*",
"grunt-exec": "*",
"matchdep": "*"
},
"spm": {
"alias": {
"$": "jquery/jquery/1.11.1/jquery",
"alert": "pandora/dialog/1.0.0/alert",
"article": "pandora/article/1.0.0/article",
"autorender": "pandora/widget/1.0.0/autorender",
"base": "pandora/base/1.0.0/base",
"changyan" : "pandora/changyan/1.0.0/changyan",
"class": "pandora/class/1.0.0/class",
"confirm": "pandora/dialog/1.0.0/confirm",
"dialog": "pandora/dialog/1.0.0/dialog",
"importstyle" : "pandora/importstyle/1.0.0/importstyle",
"locker": "pandora/locker/1.0.0/locker",
"mood" : "pandora/mood/1.0.0/mood",
"overlay": "pandora/overlay/1.0.0/overlay",
"select": "pandora/select/1.0.0/select",
"share" : "pandora/share/1.0.0/share",
"floatshare" : "pandora/share/1.0.0/floatshare",
"attitude" : "pandora/attitude/1.0.0/attitude",
"floating" : "pandora/floating/1.0.0/floating",
"floatanchor" : "pandora/floating/1.0.0/floatanchor",
"accordion" : "pandora/accordion/1.0.0/accordion",
"multiplevote" : "pandora/vote/1.0.0/multiplevote",
"singlevote" : "pandora/vote/1.0.0/singlevote",
"support" : "pandora/vote/1.0.0/support",
"switchable": "pandora/switchable/1.0.0/switchable",
"tabs": "pandora/tabs/1.0.0/tabs",
"tips": "pandora/dialog/1.0.0/tips",
"validate": "pandora/validate/1.0.0/validate",
"viewpoint" : "pandora/viewpoint/1.0.0/viewpoint",
"widget": "pandora/widget/1.0.0/widget",
"statistics" : "pandora/statistics/1.0.0/statistics",
"messagebus" : "pandora/messagebus/1.0.0/messagebus",
"handlebars": "gallery/handlebars/1.3.0/handlebars-runtime"
}
}
}