-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 988 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
{
"name": "WhatsNew.js",
"version": "0.9.0",
"author": {
"name": "Benny Luk",
"email": "bennyluk.dev@gmail.com",
"url": "https://bennyluk.github.io"
},
"description": "WhatsNew.js is a plugin that helps you create modal with steps to your website",
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://bennyluk.github.io",
"repository": {
"type": "git",
"url": "https://github.com/bennyluk/bennyluk.github.io.git"
},
"bugs": {
"url": "https://github.com/bennyluk/bennyluk.github.io/issues",
"email": "bennyluk.dev@gmail.com"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "latest",
"jshint-stylish": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-requirejs": "latest"
},
"dependencies": {
"jquery": "^2.1.4"
}
}