UNPKG

740 BJSONView Raw
1{
2 "name": "outlinejs",
3 "version": "1.0.3",
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 "backbone.subroute": "^0.4.6",
23 "base-64": "^0.1.0",
24 "fastclick": "^1.0.6",
25 "jquery": "^2.1.4",
26 "react": "^0.14.5",
27 "react-dom": "^0.14.5"
28 },
29 "browserify": {
30 "transform": [
31 "babelify"
32 ]
33 }
34}