-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
52 lines (52 loc) · 1.15 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
{
"name": "aight",
"version": "2.1.1",
"description": "un-suck JavaScript APIs in IE8 & 9",
"main": "aight.js",
"bin": {
"aight": "./bin/aight"
},
"directories": {
"test": "test"
},
"dependencies": {
"falafel": "^0.3.1",
"rw": "^0.1.4"
},
"devDependencies": {
"phantomjs": "^1.9.15",
"uglify-js": "^2.4.16",
"watchy": "^0.6.0",
"zuul": "^1.16.5"
},
"scripts": {
"build": "make clean all",
"test": "zuul -- test/tests.js",
"test:local": "zuul --local 8080 -- test/tests.js",
"test:phantom": "zuul --phantom -- test/tests.js",
"watch": "watchy -w lib,src,Makefile,package.json -- npm run build",
"watch:test": "watchy -w *.js,test -- npm run test:local"
},
"repository": {
"type": "git",
"url": "https://github.com/shawnbot/aight.git"
},
"keywords": [
"js",
"dom",
"es5",
"css",
"ie",
"ie8",
"ie9",
"windows",
"browser",
"compatibility"
],
"author": "Shawn Allen <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/shawnbot/aight/issues"
},
"homepage": "https://github.com/shawnbot/aight"
}