UNPKG

1.9 kBJSONView Raw
1{
2 "name": "outlinejs",
3 "version": "1.3.5",
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 "autoprefixer": "^6.3.3",
16 "babel-preset-es2015": "^6.3.13",
17 "babel-preset-react": "^6.3.13",
18 "babelify": "^7.2.0",
19 "browser-sync": "^2.11.1",
20 "del": "^2.2.0",
21 "eslint": "^1.10.3",
22 "eslint-plugin-react": "^4.1.0",
23 "gulp-cache": "^0.4.2",
24 "gulp-concat": "^2.6.0",
25 "gulp-cssnano": "^2.1.1",
26 "gulp-gettext-parser": "^1.8.0",
27 "gulp-htmlmin": "^1.3.0",
28 "gulp-if": "^2.0.0",
29 "gulp-imagemin": "^2.4.0",
30 "gulp-load-plugins": "^1.2.0",
31 "gulp-nodemon": "^2.0.6",
32 "gulp-plumber": "^1.1.0",
33 "gulp-po2json": "^0.4.0",
34 "gulp-postcss": "^6.1.0",
35 "gulp-rename": "^1.2.2",
36 "gulp-sass": "^2.2.0",
37 "gulp-size": "^2.0.0",
38 "gulp-sourcemaps": "^1.6.0",
39 "gulp-uglify": "^1.5.3",
40 "gulp-useref": "^3.0.7",
41 "gulp-util": "^3.0.7",
42 "http-proxy": "^1.13.2",
43 "jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
44 "main-bower-files": "^2.11.1",
45 "merge2": "^1.0.1",
46 "mocaccino": "^1.8.2",
47 "nconf": "^0.8.4",
48 "partialify": "^3.1.6",
49 "phantomic": "^1.4.0",
50 "vinyl-buffer": "^1.0.0",
51 "vinyl-source-stream": "^1.1.0",
52 "watchify": "^3.7.0",
53 "wiredep": "^3.0.0"
54 },
55 "dependencies": {
56 "babel-polyfill": "^6.3.14",
57 "backbone": "^1.2.3",
58 "base-64": "^0.1.0",
59 "crossroads": "^0.12.2",
60 "html5-history-api": "^4.2.5",
61 "jed": "^1.1.0",
62 "jquery": "^2.1.4",
63 "react": "^0.14.5",
64 "react-dom": "^0.14.5"
65 },
66 "browserify": {
67 "transform": [
68 "babelify"
69 ]
70 }
71}