1 | {
|
2 | "name": "frylord",
|
3 | "version": "0.7.0",
|
4 | "description": "Irken plugin exposing workspaces",
|
5 | "main": "index.js",
|
6 | "scripts": {
|
7 | "test": "zuul test/*.js --local --open",
|
8 | "ci": "zuul test/*.js --electron",
|
9 | "build": "babel ./src/ --out-dir ./",
|
10 | "example": "webpack-dev-server",
|
11 | "prepublish": "npm run build"
|
12 | },
|
13 | "repository": {
|
14 | "type": "git",
|
15 | "url": "https://github.com/iceddev/frylord"
|
16 | },
|
17 | "keywords": [
|
18 | "irken",
|
19 | "workspaces",
|
20 | "fs"
|
21 | ],
|
22 | "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
|
23 | "license": "MIT",
|
24 | "bugs": {
|
25 | "url": "https://github.com/iceddev/frylord/issues"
|
26 | },
|
27 | "homepage": "https://github.com/iceddev/frylord",
|
28 | "devDependencies": {
|
29 | "babel": "^5.6.23",
|
30 | "expect": "^1.8.0",
|
31 | "node-libs-browser": "^0.5.2",
|
32 | "webpack": "^1.10.1",
|
33 | "webpack-dev-server": "^1.10.1",
|
34 | "zuul": "^3.2.0"
|
35 | },
|
36 | "dependencies": {
|
37 | "@phated/filer": "^0.2.4",
|
38 | "level-js": "^2.2.1",
|
39 | "levelup": "^0.19.0",
|
40 | "lodash": "^3.10.0",
|
41 | "redux": "^1.0.0-rc",
|
42 | "redux-promise": "^0.5.0",
|
43 | "when": "^3.7.2"
|
44 | }
|
45 | }
|