-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "points-center",
"version": "0.1.0",
"private": true,
"description": "Slivka Points Center",
"main": "js/points-center/index.js",
"dependencies": {
"bootstrap-multiselect": "0.9.13",
"bootstrap-sass": "^3.3.5",
"datatables": "1.10.9",
"font-awesome": "4.5.0",
"highcharts": "^4.2.3",
"jquery": "1.11.1",
"lodash": "4.5.1",
"moment": "2.11.2",
"nprogress": "0.2.0",
"typeahead.js": "0.11.1"
},
"devDependencies": {
"browserify": "13.0.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-cached": "1.1.0",
"gulp-clean-css": "2.0.2",
"gulp-eslint": "2.0.0",
"gulp-ignore": "1.2.1",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "0.10.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sass-lint": "^1.0.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benthemonkey/SlivkaWebFeatures.git"
},
"author": "Ben Rothman <bensrothman@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/benthemonkey/SlivkaWebFeatures/issues"
},
"homepage": "https://github.com/benthemonkey/SlivkaWebFeatures"
}