-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
37 lines (37 loc) · 1 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
{
"name": "snipcart-themes",
"version": "2.0.0",
"description": "Snipcart SASS themes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp sync"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/spektrummedia/snipcart-themes.git"
},
"author": "Charles Ouellet <[email protected]> (https://snipcart.com)",
"license": "ISC",
"homepage": "https://bitbucket.org/spektrummedia/snipcart-themes#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"coffee-script": "^1.10.0",
"coffeescript": "^2.3.2",
"css-mqpacker": "^6.0.1",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.3",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"yargs": "^10.0.3"
},
"dependencies": {
"cryptiles": "^4.1.3",
"natives": "^1.1.6",
"node-sass": "^4.13.1"
}
}