-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
{
"name": "toolslide.js",
"version": "1.2.0",
"description": "Minimalistic customizable sliding panel without jQuery",
"main": "dist/toolslide.js",
"types": "index.d.ts",
"scripts": {
"build": "node ./node_modules/grunt/bin/grunt build",
"package": "node ./node_modules/grunt/bin/grunt package"
},
"keywords": [
"slide panel",
"sliding panel",
"toggle panel",
"panel",
"slide",
"sliding",
"toolbox"
],
"author": "karenpommeroy <mkarpins@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/karenpommeroy/toolslide.js"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-umd": "^3.0.0"
}
}