-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "dict",
"description": "A dictionary bookmarklet",
"version": "2.0.0",
"keywords": [
"bookmarklet",
"dict"
],
"homepage": "http://ajaxsys.github.io/dict-client/",
"author": "Andy F.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ajaxsys/dict-client.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"comment-check-update" : "npm outdated",
"comment-update" : "npm update --save-dev",
"devDependencies": {
"grunt": "~1.0.3",
"grunt-contrib-connect": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-contrib-qunit": "~3.0.1",
"grunt-contrib-stylus": "~1.2.0",
"grunt-sprite-packer": "~0.1.5",
"grunt-remove-logging": "~0.2.0",
"grunt-html-build": "~0.7.1"
}
}