forked from kriszyp/put-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 829 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 829 Bytes
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
{
"name": "put-selector",
"author": "Kris Zyp",
"version": "0.3.6",
"description": "A high-performance, lightweight function for creating and manipulating DOM elements with succinct, elegant, familiar CSS selector-based syntax",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"maintainers": [
{
"name": "Kris Zyp",
"email": "kriszyp@gmail.com"
}
],
"repository": {
"type":"git",
"url":"http://github.com/kriszyp/put-selector"
},
"directories": {
"lib": "."
},
"main": "./put",
"icon": "http://packages.dojofoundation.org/images/xstyle.jpg",
"dojoBuild": "package.js"
}