-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.38 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
{
"name": "share",
"version": "1.0.0",
"description": "",
"keywords": [ "share", "pandora", "widget", "seajs" ],
"homepage": "https://github.com/pandorajs/share",
"bugs": {
"url": "https://github.com/pandorajs/share/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pandorajs/share/blob/master/LICENSE-MIT"
}
],
"author": {
"name": "pandorajs",
"url": "https://github.com/pandorajs"
},
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/pandorajs/share.git"
},
"scripts": {
"test": "grunt qunit"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
},
"devDependencies": {
"grunt": "*",
"grunt-cmd-transport": "crossjs/grunt-cmd-transport",
"grunt-cmd-concat": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-yuidoc": "*",
"grunt-coveralls": "*",
"grunt-qunit-istanbul": "*",
"matchdep": "*"
},
"family": "pandora",
"spm": {
"output": [ "share.js","floatshare.js"],
"alias": {
"$": "$",
"handlebars": "gallery/handlebars/1.3.0/handlebars-runtime",
"importstyle": "pandora/importstyle/1.0.0/importstyle",
"widget": "pandora/widget/1.0.0/widget",
"overlay" : "pandora/overlay/1.0.0/overlay"
}
}
}