This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "coaster-generator",
"version": "1.0.0-alpha",
"description": "A coaster shape generator, for all your laser cutting coaster needs.",
"main": "./application/application.js",
"scripts": {
"test": "gulp test",
"build": "gulp build --isProductionBuild=${CONTINUOUS_INTEGRATION}",
"gh-pages-travis": "gh-pages-travis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pietvandongen/coaster-generator.git"
},
"keywords": [
"coaster",
"random",
"svg",
"generator",
"laser",
"cutting"
],
"author": "Piet van Dongen (http://www.pietvandongen.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pietvandongen/coaster-generator/issues"
},
"homepage": "https://github.com/pietvandongen/coaster-generator#readme",
"devDependencies": {
"@types/d3-array": "1.1.2",
"@types/d3-color": "1.0.4",
"@types/d3-selection": "1.0.14",
"@types/d3-voronoi": "1.1.5",
"@types/jquery": "2.0.41",
"bootstrap": "4.0.0-alpha.6",
"browser-sync": "2.18.8",
"browserify": "14.1.0",
"d3-array": "1.1.1",
"d3-color": "1.0.3",
"d3-polygon": "1.0.3",
"d3-selection": "1.0.5",
"d3-voronoi": "1.1.2",
"del": "2.2.2",
"gh-pages-travis": "1.0.4",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "3.0.4",
"gulp-htmlhint": "0.3.1",
"gulp-htmlmin": "3.0.0",
"gulp-sass": "3.1.0",
"gulp-sass-lint": "1.3.2",
"gulp-sourcemaps": "2.5.0",
"gulp-tslint": "7.1.0",
"gulp-typescript": "3.1.6",
"gulp-uglify": "2.1.2",
"gulp-util": "3.0.8",
"tsify": "3.0.1",
"tslint": "5.0.0",
"typescript": "2.2.2",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}