forked from krakenjs/localeResolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 950 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
37
38
39
{
"name": "localeresolver",
"version": "0.1.1",
"description": "locale resolution for base on configurable rules effort",
"author": "johnraber",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"nconf": "~0.6.8",
"nools": "0.2.3",
"underscore": "1.6.0",
"debuglog": "^1.0.1"
},
"devDependencies": {
"mocha": "~1.10.0",
"chai": ">=1.8.1",
"express": "4.0.0-rc2",
"connect": "3.0.0-rc.1",
"body-parser": "1.0.0",
"cookie-parser": "1.0.1",
"express-session": "1.0.2",
"supertest": ">=0.9.0",
"nodeload": ">=0.4.0",
"memwatch": ">=0.2.2",
"benchmark": ">=1.0.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-cli": "~1.3.0",
"grunt-mocha-istanbul": ">=0.0.1",
"grunt-plato": ">=0.2.1",
"grunt-istanbul": ">=0.2.3"
}
}