-
Notifications
You must be signed in to change notification settings - Fork 259
/
package.json
45 lines (45 loc) · 1.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
38
39
40
41
42
43
44
45
{
"name": "sapo_ink",
"version": "3.1.10",
"description": "SAPO InK - Interface Toolkit",
"homepage": "http://ink.sapo.pt",
"main": "dist/js/ink-all.js",
"author": "SAPO",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sapo/Ink.git"
},
"keywords": [
"css",
"sass",
"js",
"framework"
],
"devDependencies": {
"async": "~0.9.0",
"eslint": "^7.9.0",
"grunt": "~0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-bump": "0.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-lib-phantomjs": "~0.6.0",
"inkdoc": "~0.3.0",
"jit-grunt": "~0.9.0",
"phantomjs": "~1.9.10"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {}
}