forked from okfn/timemapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 729 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
{
"name": "hypernotes"
, "version": "0.2.0"
, "author": "@OKFN"
, "license": "MIT"
, "dependencies": {
"express": "~3.2.6"
, "nunjucks": "~0.1.8"
, "i18n-abide": ""
, "nconf": "0.7.1"
, "passport": ""
, "passport-twitter": ""
, "knox": ""
, "underscore": ""
, "async": ""
}
, "devDependencies": {
"supertest": ""
, "mocha": ""
, "wrench": ""
}
, "scripts": {
"test": "./node_modules/.bin/mocha",
"gen-pot": "./node_modules/.bin/extract-pot -l po -t jinja -f html views",
"merge-po": "./node_modules/i18n-abide/bin/merge-po.sh po",
"update-po": "npm run gen-pot && npm run merge-po",
"gen-po-json": "./locale/compile-msg-json.sh"
}
}