-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "TrendColors",
"version": "1.0.0",
"description": "Colors from Pantone’s biannual fashion color report converted into colorschemes - for designers to play with and customise",
"main": "gruntfile.js",
"scripts": {
"update:packages": "node ../../../js/snippets/npm-wipe-package-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save"
},
"repository": {
"type": "git",
"url": "https://[email protected]/atelierbram/trend-colors.git"
},
"browserslist": [
"defaults"
],
"keywords": [
"colors",
"colorschemes",
"pantone",
"templating",
"nunjucks"
],
"author": "Bram de Haan <[email protected]> (http://atelierbramdehaan.nl)",
"license": "MIT",
"homepage": "https://github.com/atelierbram/trend-colors#readme",
"devDependencies": {
"autoprefixer": "*",
"cssnano": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-htmlmin": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-nunjucks-2-html": "^3.1.0",
"grunt-postcss": "*",
"grunt-sass": "*",
"load-grunt-tasks": "*",
"node-sass": "*",
"time-grunt": "*"
}
}