forked from Comcast/Xooie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.1 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": "xooie",
"description": "A highly modular, extensible JavaScript UI framework.",
"version": "1.0.0",
"keywords": [
"ui",
"modular",
"accessible",
"responsive"
],
"homepage": "http://github.com/Comcast/Xooie",
"bugs": {
"url": "https://github.com/Comcast/Xooie/issues",
"email": "[email protected]"
},
"license": {
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Comcast/Xooie.git"
},
"author": {
"name": "Andrew Larkin",
"email": "[email protected]",
"url": "www.andrewlarkin.net"
},
"engines": {
"node": "0.8.10",
"npm": "1.1.x"
},
"dependencies": {
"requirejs": "2.1.6"
},
"scripts": {
"test": "grunt test",
"docs": "rm -r source/doc && ndoc xooie -o source/doc"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-template-jasmine-requirejs": "~0.1.2",
"grunt-contrib-jshint": "~0.5.4",
"ndoc": "~3.1.0"
}
}