-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 1.91 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
66
67
68
69
70
71
72
73
{
"name": "plantingjs",
"version": "0.0.1",
"homepage": "http://plantingjs.org",
"bugs": "https://github.com/CodeForPoznan/plantingjs/issues",
"license": "MIT",
"scripts": {
"serve": "./node_modules/.bin/gulp serve",
"build": "./node_modules/.bin/gulp build",
"lint": "./node_modules/.bin/gulp lint",
"test": "./node_modules/.bin/gulp test",
"codecov": "./node_modules/.bin/codecov"
},
"author": {
"name": "CodeForPoznan",
"email": "[email protected]",
"url": "http://codeforpoznan.pl"
},
"private": false,
"main": "src/js/main.js",
"dependencies": {
"babel-core": "5.8.38",
"babel-eslint": "4.1.8",
"babelify": "6.4.0",
"backbone": "1.3.3",
"browserify": "11.2.0",
"codecov": "1.0.1",
"connect": "3.6.6",
"connect-livereload": "0.6.0",
"del": "0.1.3",
"eslint-config-airbnb": "0.1.1",
"eslint-plugin-react": "3.16.1",
"google-maps": "3.3.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "1.0.1",
"gulp-cache": "0.5.0",
"gulp-concat": "2.6.1",
"gulp-csso": "0.2.9",
"gulp-eslint": "1.1.1",
"gulp-filter": "1.0.2",
"gulp-flatten": "0.4.0",
"gulp-if": "1.2.5",
"gulp-imagemin": "1.2.1",
"gulp-istanbul": "0.10.4",
"gulp-livereload": "2.1.1",
"gulp-minify-html": "0.1.8",
"gulp-mocha": "2.2.0",
"gulp-plumber": "1.2.0",
"gulp-sass": "2.3.2",
"gulp-size": "1.3.0",
"gulp-tap": "0.4.2",
"gulp-useref": "1.3.0",
"gulp-util": "3.0.8",
"handlebars": "4.0.12",
"hbsfy": "2.8.1",
"isparta": "3.5.3",
"istanbul": "0.4.0",
"jquery": "2.2.4",
"jquery-ui": "1.10.5",
"lodash": "4.17.11",
"mocha": "2.3.3",
"opn": "1.0.2",
"run-sequence": "1.2.2",
"serve-index": "1.9.1",
"serve-static": "1.13.2",
"wiredep": "2.2.2"
},
"devDependencies": {
"gulp-compile-handlebars": "0.6.1",
"jsdom": "7.2.2",
"sinon": "1.17.7"
}
}