-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
65 lines (65 loc) · 1.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tyto",
"version": "3.0.4",
"description": "tyto - manage and organise",
"scripts": {
"test": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs -p ./node_modules/.bin/phantomjs test/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/jh3y/tyto"
},
"author": "jh3y <jh3y@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/tyto/issues"
},
"homepage": "https://github.com/jh3y/tyto",
"devDependencies": {
"minimatch": "^3.0.4",
"tough-cookie": "^2.3.3",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"backbone": "1.1.2",
"backbone.localstorage": "^1.1.16",
"backbone.marionette": "2.4.1",
"backbone.wreqr": "^1.4.0",
"browser-sync": "^2.6.4",
"browserify": "^10.2.0",
"chai": "^3.5.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.5.1",
"gulp-header": "^1.2.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-pug": "^3.0.4",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.1",
"gulp-template-store": "^1.1.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.4",
"gulp-wrap": "^0.11.0",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"lodash": "3.9.3",
"marked": "^0.3.9",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.2.1",
"mocha": "^3.2.0",
"mocha-phantomjs": "^4.1.0",
"normalize.css": "^5.0.0",
"phantomjs": "^2.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-file": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
}
}