-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.34 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": "lace",
"version": "0.1.20",
"description": "A collection of jquery plugins and stylesheets",
"keywords": [
"framework",
"jquery",
"plugin"
],
"repository": {
"type": "git",
"path": "git://github.com/scrollback/lace.git"
},
"author": "Satyajit Sahoo <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/scrollback/lace/issues"
},
"homepage": "https://github.com/scrollback/lace",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"devDependencies": {
"bower": "latest",
"browserify": "latest",
"del": "latest",
"event-stream": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-browserify": "latest",
"gulp-bump": "latest",
"gulp-combine-mq": "latest",
"gulp-concat": "latest",
"gulp-eslint": "latest",
"gulp-git": "latest",
"gulp-gitmodified": "latest",
"gulp-minify-css": "latest",
"gulp-notify": "latest",
"gulp-plumber": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-sass-bulk-import": "latest",
"gulp-sourcemaps": "latest",
"gulp-styledown": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"node-qunit-phantomjs": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
}
}