forked from florrain/locale
-
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) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 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
{
"author": "Florian Lorrain",
"name": "locale",
"description": "Browser locale negotiation for node.js",
"version": "0.1.0",
"homepage": "https://github.com/florrain/locale",
"repository": {
"type": "git",
"url": "git://github.com/florrain/locale.git"
},
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/mocha ./src/test.coffee",
"prepublish": "coffee -o lib/ -c src/"
},
"engines": {
"node": ">0.8.x"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6.0",
"express": "~3.0.0",
"mocha": "~1.13.0"
},
"contributors": [
"Jed Smith <where@jed.is> (https://github.com/jed)",
"D. Stuart Freeman <stuart.freeman@et.gatech.edu> (https://github.com/stuartf)"
]
}