forked from maximelebreton/quick-javascript-switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 750 Bytes
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
{
"name": "quick-javascript-switcher",
"version": "1.3.2",
"description": "ok",
"main": "core.js",
"dependencies": {},
"devDependencies": {
"gulp-minify-css": "^0.3.4",
"gulp-jshint": "^1.5.5",
"gulp-zip": "^0.3.4",
"gulp-cleanhtml": "0.0.2",
"gulp-uglify": "^0.2.1",
"gulp": "^3.6.2",
"gulp-strip-debug": "^0.3.0",
"gulp-clean": "^0.2.4"
},
"repository": {
"type": "git",
"url": "git://github.com/maximelebreton/quick-javascript-switcher.git"
},
"keywords": [
"javascript"
],
"author": "Maxime Le Breton",
"bugs": {
"url": "https://github.com/maximelebreton/quick-javascript-switcher/issues"
},
"homepage": "https://github.com/maximelebreton/quick-javascript-switcher"
}