-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 994 Bytes
/
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
{
"name": "diver.js",
"version": "1.0.3",
"description": "Dump html into corresponding json",
"main": "diver.js",
"scripts": {
"build": "gulp build",
"test": "karma start karma.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raul1991/diver.js.git"
},
"keywords": [
"html",
"json",
"object",
"notation",
"parser"
],
"author": "cafebabe1991",
"license": "MIT",
"bugs": {
"url": "https://github.com/raul1991/diver.js/issues"
},
"homepage": "https://github.com/raul1991/diver.js#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "4.0",
"gulp-connect": "^5.0.0",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.4",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-diff": "^0.1.1",
"karma-jasmine-diff-reporter": "^2.0.0"
}
}