UNPKG

476 BJSONView Raw
1{
2 "name": "poi",
3 "version": "0.1.0-prealpha",
4 "description": "Streamlined webdevelopment workflow.",
5 "main": "index.js",
6 "bin": {
7 "poi": "./bin/poi.js"
8 },
9 "scripts": {
10 "test": "gulp test"
11 },
12 "author": "Jesse the Game",
13 "license": "TODO",
14 "dependencies": {
15 "chalk": "^0.4.0",
16 "coffee-script": "^1.7.1",
17 "gulp": "^3.8.2",
18 "inquirer": "^0.5.1",
19 "interpret": "^0.3.3",
20 "liftoff": "^0.11.3",
21 "requireindex": "^1.1.0"
22 }
23}