-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.04 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": "isfahan",
"version": "0.0.3",
"description": "A tiling window manager for the browser, built with d3.js.",
"main": "isfahan.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/aeschylus/Isfahan.git"
},
"keywords": [
"d3.js",
"tiling",
"window",
"manager",
"javascript"
],
"author": "aeschylus",
"license": "MIT",
"bugs": {
"url": "https://github.com/aeschylus/Isfahan/issues"
},
"homepage": "https://github.com/aeschylus/Isfahan",
"devDependencies": {
"browserify": "^10.1.3",
"coveralls": "^2.11.2",
"gulp-bump": "^0.3.0",
"gulp-istanbul": "^0.9.0",
"gulp-jasmine": "^2.0.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.2",
"uglify-js": "^2.4.21",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1",
"gulp": "~3.8.11"
},
"dependencies": {
"d3": "^3.5.5"
}
}