forked from Mikhus/canvas-gauges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.46 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "canvas-gauges",
"version": "2.1.4",
"description": "Minimalist HTML5 Canvas Gauges",
"main": "gauge.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "./node_modules/.bin/gulp test --silent",
"test:headless": "xvfb-run npm test --silent",
"start": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build --silent",
"doc": "npm run toc && ./node_modules/.bin/gulp doc --silent",
"commit": "npm run build && npm run doc && npm test && ./node_modules/.bin/gulp build:prod && git add --all . && git commit",
"toc": "./node_modules/.bin/markdown-toc -i README.md",
"build:all": "npm run build && npm run doc && npm run test:headless && ./node_modules/.bin/gulp build:prod"
},
"repository": {
"type": "git",
"url": "git://github.com/Mikhus/canvas-gauges.git"
},
"keywords": [
"gauge",
"canvas",
"html5",
"javascript"
],
"author": "Mykhailo Stadnyk <[email protected]>",
"contributors": [
{
"name": "Chris Poile",
"email": "[email protected]"
},
{
"name": "Luca Invernizzi",
"url": "http://www.lucainvernizzi.net"
},
{
"name": "Rhys Lloyd",
"url": "http://rhyslloyd.me"
},
{
"name": "Robert Blackburn",
"url": "http://www.rwblackburn.com"
},
{
"name": "Charles Galpin",
"url": "https://github.com/cgalpin"
},
{
"name": "Luca Ghio",
"url": "https://github.com/cassiodoroVicinetti"
},
{
"name": "Greg",
"url": "https://github.com/gregroper"
},
{
"name": "David Esperalta",
"email": "[email protected]"
},
{
"name": "Gwenaël",
"url": "https://thegtricks.thegounet.fr"
},
{
"name": "migeruhito",
"url": "https://github.com/migeruhito"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Mikhus/canvas-gauges/issues"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^13.1.0",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"eslint": "^3.3.1",
"fs-cli": "^0.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-esdoc": "^0.2.0",
"gulp-eslint": "^3.0.1",
"gulp-gzip": "^1.4.0",
"gulp-help-doc": "^1.0.7",
"gulp-inject-string": "^1.1.0",
"gulp-mocha": "^3.0.1",
"gulp-plato": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"karma": "^1.2.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-sinon": "^1.0.5",
"karma-threshold-reporter": "^0.1.15",
"markdown-toc": "^0.12.16",
"rimraf": "^2.5.4",
"selenium-standalone": "^5.5.0",
"semver": "^5.3.0",
"sinon": "^1.17.5",
"uglify-js-harmony": "^2.6.2",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webdriverio": "^4.2.7",
"webpack": "^1.13.2",
"yargs": "^5.0.0"
}
}