-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "shapecaptcha",
"version": "0.1.7",
"description": "later",
"main": "dist/shapecaptcha.min.js",
"scripts": {
"prebuild": "webpack --env dev",
"build": "webpack --env production",
"start": "webpack --watch --env dev",
"set-version": "npm --no-git-tag-version -f version patch"
},
"pre-commit": [
"set-version"
],
"repository": {
"type": "git",
"url": "https://github.com/serglider/ShapeCaptcha.git"
},
"keywords": [
"captcha",
"captcha-generator",
"captcha-alternative",
"canvas-api"
],
"author": "serglider",
"license": "MIT",
"bugs": {
"url": "https://github.com/serglider/ShapeCaptcha/issues"
},
"homepage": "https://github.com/serglider/ShapeCaptcha",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-env": "^1.1.10",
"babel-preset-es2015": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"copyfiles": "^1.2.0",
"eslint": "^3.16.1",
"eslint-loader": "^1.6.3",
"fontfaceobserver": "^2.0.9",
"pre-commit": "^1.2.2",
"webpack": "^2.2.1"
}
}