6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "append-field",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"author": "Linus Unnebäck <linus@folkdatorn.se>",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.4",
|
|
"standard": "^6.0.5",
|
|
"testdata-w3c-json-form": "^0.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/LinusU/node-append-field.git"
|
|
}
|
|
}
|