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
| {
| "name": "xstyle",
| "author": "Kris Zyp",
| "version": "0.3.2",
| "description": "CSS framework providing polyfills, extensions, dynamic loading, and selector based DOM manipulation",
| "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"
| }
| ],
| "repository": {
| "type": "git",
| "url": "http://github.com/kriszyp/xstyle"
| },
| "main": "./main",
| "icon": "http://packages.dojofoundation.org/images/xstyle.jpg",
| "dependencies": {
| "put-selector": "0.3.6"
| },
| "dojoBuild": "package.js",
| "volo": {
| "type": "directory"
| },
| "devDependencies": {
| "dojo": "^1.10.2",
| "intern-geezer": "^2.2.2",
| "put-selector": "^0.3.6"
| }
| }
|
|