-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 991 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 991 Bytes
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
{
"name": "gettext-pythonic",
"version": "1.1.2",
"description": "Tiny po2json-compatible gettext with variable substitution",
"main": "gettext-pythonic.js",
"scripts": {
"test": "echo Please use make test instead && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vphantom/gettext-pythonic.git"
},
"author": "Stéphane Lavergne <lis@imars.com> (https://github.com/vphantom)",
"license": "MIT",
"files": [
"LICENSE.txt",
"README.md",
"gettext-pythonic.js",
"gettext-pythonic.browser.js",
"gettext-pythonic.min.js",
"gettext-pythonic.min.js.map"
],
"bugs": {
"url": "https://github.com/vphantom/gettext-pythonic/issues"
},
"homepage": "https://github.com/vphantom/gettext-pythonic#readme",
"devDependencies": {
"browserify": "^13.0.0",
"coveralls": "^2.11.9",
"eslint": "^2.7.0",
"faucet": "0.0.1",
"istanbul": "^0.4.3",
"tape": "^4.5.1",
"uglify-js": "^2.6.2"
}
}