forked from vistaprint/SkinnyJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.45 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "skinnyjs",
"version": "0.1.0",
"description": "skinny.js is a collection of granular jQuery plugins.",
"directories": {
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"file": "0.2.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.10.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-docco": "~0.3.3",
"grunt-jekyll": "~0.4.2",
"grunt-jsbeautifier": "~0.2.7",
"grunt-lineending": "~0.2.2",
"grunt-mkdir": "~0.1.2",
"grunt-js-test": "~1.4.8",
"grunt-string-replace": "~0.2.7",
"grunt-strip-code": "~0.1.2",
"grunt-wget": "~0.1.2",
"marked": "~0.3.2",
"matchdep": "~0.3.0",
"mkdirp": "~0.5.0"
},
"scripts": {
"test": "grunt test"
},
"main": "./lib/cli",
"repository": {
"type": "git",
"url": "git://github.com/vistaprint/SkinnyJS.git"
},
"bugs": {
"url": "https://github.com/vistaprint/SkinnyJS/issues"
},
"keywords": [
"javascript",
"jQuery"
],
"author": {
"name": "Vistaprint",
"url": "http://www.vistaprint.com"
},
"contributors": [
{
"name": "Laban Eilers"
},
{
"name": "Benjamin Hutchins"
},
{
"name": "Ilya Volodin"
}
],
"license": "Apache 2"
}