-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "pjax_table",
"version": "2.1.6",
"private": true,
"description": "PJAX Table JS",
"devDependencies": {
"bower": "~1.4.1",
"browserify": "~11.0.1",
"del": "~1.2.1",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~2.3.1",
"gulp-bump": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-cssmin": "~0.1.7",
"gulp-declare": "~0.3.0",
"gulp-handlebars": "~4.0.0",
"gulp-header": "~1.5.0",
"gulp-jshint": "~1.11.2",
"gulp-less": "~3.0.3",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-util": "~3.0.6",
"gulp-watch": "~4.3.5",
"gulp-wrap": "~0.11.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "~2.0.1",
"karma": "^0.13.9",
"karma-jasmine": "^0.3.6",
"karma-nyan-reporter": "~0.2.2",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sinon": "~1.0.4",
"less": "~2.5.1",
"lodash.assign": "~3.2.0",
"phantomjs": "~1.9.18",
"run-sequence": "1.0.1",
"uglify-js": "2.6.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.3.1"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start ./karma.conf.js"
}
}