-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "lacroix",
"version": "1.0.0",
"description": "Lacroix",
"license": "UNLICENSED",
"repository": "lacroix",
"authors": [
"Vincent Wasteels <[email protected]> (http://vwasteels.vw)"
],
"dependencies": {
"@glidejs/glide": "^3.3.0",
"backbone-events-standalone": "^0.2.7",
"bluebird": "^3.4.6",
"opentype.js": "^0.6.5",
"scrollmagic": "^2.0.5"
},
"devDependencies": {
"browserify": "^13.1.0",
"browserify-incremental": "^3.1.1",
"clamp-js": "^0.7.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^3.1.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.0.0",
"gulp-template": "^4.0.0",
"gulp-util": "~3.0.1",
"isstream": "^0.1.0",
"node-sass": "^3.4.2",
"vinyl-source-stream": "^1.1.0",
"xtend": "^4.0.1",
"yargs": "^6.3.0"
},
"engines": {
"node": "0.10.x"
},
"private": true
}