-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "blissfuljs",
"version": "1.0.6",
"description": "Lightweight helper library for modern browsers.",
"main": "bliss.js",
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/LeaVerou/bliss.git"
},
"keywords": [
"DOM",
"Events",
"Ajax",
"Promises",
"OOP",
"ES5"
],
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/bliss/issues"
},
"homepage": "http://blissfuljs.com",
"devDependencies": {
"babel-eslint": "^8.2.6",
"chai": "^3.4.1",
"eslint": "^4.19.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"karma": "^3.1.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-sinon": "^1.0.4",
"mocha": "^5.2.0",
"sinon": "1.17.3"
}
}