-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 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
{
"name": "sombrajo",
"version": "0.1.0",
"description": "Performant content heatmaps from the shadow DOM",
"homepage": "http://github.com/bsheldon/sombrajo",
"bugs": "https://github.com/bsheldon/sombrajo/issues",
"license": "MIT",
"main": "sombrajo.js",
"author": {
"name": "Blaine Sheldon",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/bsheldon/sombrajo"
},
"keywords": [],
"dependencies": {
"d3": "3.5.6"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-util": "^3.0.1",
"gulp-uglify": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-bump": "^0.1.11",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.8.4",
"gulp-jasmine-browser": "^0.2.3",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^0.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-plumber": "^0.6.5"
},
"scripts": {
"test": "gulp test"
}
}