-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 765 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 765 Bytes
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
{
"name": "spiketip-tooltip",
"version": "1.1.2",
"description": "Simple tooltips made of pure CSS",
"main": "index.js",
"homepage": "https://spiketip.com",
"scripts": {
"build-all": "npm run build-sass",
"build-sass": "node-sass src/spiketip.scss ./spiketip.css && node-sass src/spiketip.scss ./spiketip.min.css --output-style compressed",
"watch-sass": "node-sass --watch src/spiketip.scss src/spiketip.css"
},
"devDependencies": {
"node-sass": "^3.4.2"
},
"keywords": [
"tooltip",
"css-tooltip",
"pure-css-tooltip",
"css-only-tooltip",
"spiketip"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VishnuBaliga/SpikeTip.git"
},
"author": "Vishnu Baliga",
"license": "MIT"
}