forked from gebrkn/copytables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 1.22 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
{
"name": "copytables",
"version": "0.5.10",
"description": "Chrome extension to select and copy table cells.",
"scripts": {
"chrome": "'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --enable-logging=stderr --v=1 2>&1 | node read-log.js",
"dev": "NODE_ENV=dev gulp make",
"watch": "NODE_ENV=dev gulp watch --url",
"dev-server": "node ./test/server/index.js",
"production": "NODE_ENV=production gulp make",
"deploy": "NODE_ENV=production gulp deploy",
"test": "jasmine --config=./test/jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gebrkn/copytables.git"
},
"author": "Georg Barikin",
"license": "MIT",
"bugs": {
"url": "https://github.com/gebrkn/copytables/issues"
},
"homepage": "https://github.com/gebrkn/copytables#readme",
"devDependencies": {
"del": "^2.2.2",
"express": "^4.15.2",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-clip-empty-files": "^0.1.2",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"jasmine": "^3.3.1",
"mustache": "^2.3.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^3.2.0"
}
}