-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathpackage.json
42 lines (42 loc) · 948 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": "voxel.css",
"version": "1.0.0",
"description": "A lightweight 3D CSS voxel library.",
"author": "Hunter John Larco <[email protected]>",
"main": "src/foo.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hjlarco/voxel.css.git"
},
"keywords": [
"voxelcss",
"voxel",
"3d"
],
"homepage": "http://voxelcss.com",
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.8.7",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^1.2.2",
"gulp-uglify": "^1.0.2"
},
"preferGlobal": false,
"private": false,
"subdomain": "voxelcss",
"analyze": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/hjlarco/voxel.css/issues"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}