forked from i78s/ValidateJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
{
"name": "i78s.validatejs",
"version": "1.0.0",
"description": "フォームバリデーションライブラリ",
"url": "https://github.com/i78s/ValidateJS",
"keywords": [
"form",
"validate",
"validation",
"validator"
],
"repository": {
"type": "git",
"url": "https://github.com/i78s/ValidateJS.git"
},
"main": "./index.js",
"scripts": {
"build": "gulp ts",
"watch": "gulp watch",
"test": "npm run build && karma start",
"start": "npm run watch & npm test"
},
"author": "i78s",
"license": "MIT",
"devDependencies": {
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-typescript": "^2.10.0",
"karma": "^0.13.10",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"power-assert": "^1.0.1",
"sinon": "^1.17.1",
"ts-loader": "^0.7.2",
"tsconfig-cli": "^0.1.1",
"typescript": "^1.7.5",
"typescript-formatter": "^1.2.0",
"webpack": "^1.12.2",
"webpack-espower-loader": "^1.0.1"
}
}