-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1017 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
39
40
41
{
"name": "ui-kit",
"version": "3.7.10",
"title": "UI Kit",
"description": "datasapiens sass toolkit and components library",
"company": {
"name": "datasapiens a.s.",
"url": "https://www.datasapiens.co.uk"
},
"main": "src/sass/main.scss",
"scripts": {
"build": "grunt dist",
"start": "npm run build",
"test": "grunt test",
"watch": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/datasapiens/ui-kit.git"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^2.1.0",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"jit-grunt": "^0.10.0",
"load-grunt-config": "^0.19.2",
"lodash": "^4.17.5",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=9.6",
"npm": ">=5.6"
}
}