-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
61 lines (61 loc) · 1.54 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
53
54
55
56
57
58
59
60
61
{
"name": "kimbo",
"description": "An ECMAScript 5 only-compatible JavaScript library",
"version": "1.1.0",
"author": "Denis Ciccale (@tdecs)",
"homepage": "http://kimbojs.com",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/dciccale/kimbo.js.git"
},
"bugs": {
"url": "http://github.com/dciccale/kimbo.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dciccale/kimbo.js/blob/master/LICENSE.txt"
}
],
"scripts": {
"test": "gulp test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"dateformat": "^1.0.11",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-git-committers": "0.0.1",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-plato": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.36",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.4.2",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"shelljs": "^0.5.1",
"sinon": "^1.15.4"
},
"keywords": [
"javascript",
"library",
"ecmascript",
"kimbo"
]
}