-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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
{
"name": "satisfy.js",
"description": "Satisfy is a stand-alone JavaScript module for generating HTML from CSS selectors. Please read the readme for examples.",
"version": "0.3.1",
"homepage": "https://github.com/padolsey/satisfy",
"author": {
"name": "James Padolsey",
"url": "http://james.padolsey.com"
},
"repository": {
"type": "git",
"url": "https://github.com/padolsey/satisfy.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"contributors": [
{
"name": "James Padolsey",
"url": "http://james.padolsey.com"
},
{
"name": "Nathan Kleyn",
"email": "[email protected]"
},
{
"name": "Simon Jefford",
"email": "[email protected]"
}
],
"main": "satisfy.js",
"keywords": [
"dom",
"selector",
"css",
"html",
"amd",
"requirejs",
"jquery"
]
}