UNPKG

879 BJSONView Raw
1{
2 "name": "outlinejs",
3 "version": "1.3.4",
4 "description": "Javascript App Outline",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "author": "faxioman <fabio@rapidosoft.it> (https://github.com/faxioman)",
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 "jsdoc": "git+https://github.com/jsdoc3/jsdoc.git"
19 },
20 "dependencies": {
21 "babel-polyfill": "^6.3.14",
22 "backbone": "^1.2.3",
23 "base-64": "^0.1.0",
24 "crossroads": "^0.12.2",
25 "html5-history-api": "^4.2.5",
26 "jed": "^1.1.0",
27 "jquery": "^2.1.4",
28 "react": "^0.14.5",
29 "react-dom": "^0.14.5"
30 },
31 "browserify": {
32 "transform": [
33 "babelify"
34 ]
35 }
36}