UNPKG

640 BJSONView Raw
1{
2 "name": "poe-ui",
3 "version": "1.1.1",
4 "description": "high-productivity collection of tools and practices for rapidly writing production-ready applications",
5 "main": "client.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/poegroup/poe-ui.git"
9 },
10 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
11 "license": "MIT",
12 "bugs": {
13 "url": "https://github.com/poegroup/poe-ui/issues"
14 },
15 "dependencies": {
16 "colors": "^1.1.0",
17 "debug": "^2.0.0",
18 "qs": "^2.4.1",
19 "simple-stack-common": "^0.2.3"
20 },
21 "devDependencies": {
22 "should": "^3.3.1",
23 "mocha": "^1.18.2"
24 }
25}