forked from any-code/riot-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "riot-i18n",
"version": "0.2.1",
"description": "Riot JS internationalization tag and mixin",
"main": "riot-i18n.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "nodeunit",
"pub-pack": "node scripts/pack.js index.js i1-8n.tag riot-i18n.js",
"pub-minify": "uglifyjs riot-i18n.js --compress --screw-ie8 --mangle > riot-i18n.min.js",
"pub-build": "npm run pub-pack && npm run pub-minify && npm run test",
"pub-npm": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/any-code/riot-i18n.git"
},
"keywords": [
"riot-i18n",
"riot",
"riotjs",
"internationalization",
"internationalisation",
"localisation",
"localization",
"i18n",
"L10n",
"g11n"
],
"author": "Lee Tagg <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/any-code/riot-i18n/issues"
},
"homepage": "https://github.com/any-code/riot-i18n#readme",
"devDependencies": {
"nodeunit": "^0.9.1"
},
"dependencies": {
"riot": "^2.3.11"
}
}