-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
58 lines (58 loc) · 1.15 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
{
"name": "civem",
"version": "0.0.7",
"title": "CIVEM",
"author": {
"name": "Hannu Leinonen",
"email": "[email protected]",
"url": "http://javanto.com"
},
"licences": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"description": "Custom Input Validation Error Messages",
"keywords": [
"custom",
"input",
"validation",
"error",
"messages",
"validate",
"form",
"message",
"translate",
"translation",
"i18n",
"internationalization",
"html5"
],
"homepage": "http://github.com/javanto/civem.js",
"repository": {
"type": "git",
"url": "https://github.com/javanto/civem.js.git"
},
"files": [
"dist/{{= it.name}}.js",
"dist/{{= it.name}}.min.js"
],
"build": {
"directory": "dist",
"final_name": "{{= it.name}}",
"unique_name": "{{= it.name}}-{{= it.version}}"
},
"devDependencies": {
"dot": "^1.0.3",
"gits": "^0.1.8",
"needle": "^1.1.0",
"node-fs": "^0.1.7",
"read": "^1.0.7",
"uglify-js": "^2.7.1"
}
}