-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.29 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
{
"title": "Keller Library",
"description": "Lightweight library for better web accessilibity",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Grzegorz Pawlik",
"email": "[email protected]",
"url": "http://gpawlik.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gpawlik/keller-lib"
},
"bugs": {
"url": "https://github.com/gpawlik/keller-lib/issues"
},
"scripts": {
"jscs": "jscs src",
"test": "mocha-casperjs test/tests.js"
},
"devDependencies": {
"casper-chai": "^0.3.0",
"casperjs": "^1.1.1",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.7.0",
"grunt-karma": "^0.12.0",
"grunt-mocha-casperjs": "^1.4.4",
"grunt-serve": "^0.1.6",
"grunt-umd": "^2.3.5",
"jscs": "^2.10.1",
"karma": "^0.13.21",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.5.1",
"mocha-casperjs": "^0.5.7",
"mocha-phantomjs": "^4.0.2",
"phantomjs": "^1.9.18",
"requirejs": "^2.2.0",
"underscore": "^1.8.3"
},
"optionalDependencies": {}
}