-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "flat-gauge-js",
"version": "1.0.0",
"description": "a flat design gauges js library",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranbuch/flat-gauge-js.git"
},
"keywords": [
"gauge",
"javascript",
"library",
"flat design"
],
"author": "Ran Buchnik <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ranbuch/flat-gauge-js/issues"
},
"homepage": "https://github.com/ranbuch/flat-gauge-js",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^16.2.3",
"gulp": "^4.0.2",
"gulp-if": "^2.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"serve-static": "^1.14.1",
"finalhandler": "^1.1.2",
"http": "^0.0.0",
"fancy-log": "^1.3.3",
"merge2": "^1.2.0",
"tsify": "^3.0.1",
"typescript": "^2.3.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}