forked from Slgoetz/lemniscate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 Bytes
/
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
{
"name": "Infinite.js",
"version": "1.0.0",
"description": "Infinite JS",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Slgoetz/lemniscate/"
},
"devDependencies": {
"browser-sync": "^2.18.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.0",
"gulp-file-include": "1.0.0",
"gulp-filter": "^4.0.0",
"gulp-image-resize": "^0.11.0",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^1.3.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "~1.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "~1.9.1",
"gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "~3.0.7",
"webpack-stream": "~3.2.0"
},
"author": "Simon Goetz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Slgoetz/lemniscate/issues"
},
"homepage": "https://slgoetz.github.io/lemniscate/"
}