UNPKG

763 BJSONView Raw
1{
2 "name": "outlinejs",
3 "version": "1.3.1",
4 "description": "Javascript App Outline",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "author": "",
9 "license": "ISC",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/faxioman/outlinejs.git"
13 },
14 "devDependencies": {
15 "babel-preset-es2015": "^6.3.13",
16 "babel-preset-react": "^6.3.13",
17 "eslint": "^1.10.3"
18 },
19 "dependencies": {
20 "babel-polyfill": "^6.3.14",
21 "backbone": "^1.2.3",
22 "base-64": "^0.1.0",
23 "crossroads": "^0.12.2",
24 "html5-history-api": "^4.2.5",
25 "jed": "^1.1.0",
26 "jquery": "^2.1.4",
27 "react": "^0.14.5",
28 "react-dom": "^0.14.5"
29 },
30 "browserify": {
31 "transform": [
32 "babelify"
33 ]
34 }
35}