-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 846 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 846 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
29
30
31
32
33
{
"name": "jqapi.ru",
"version": "0.1.0",
"description": "jQuery Cheatsheet",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/futurecolors/jqapi.ru.git"
},
"keywords": [
"jquery",
"cheatsheet"
],
"author": "Future Colors",
"license": "Attribution-NonCommercial-ShareAlike 3.0 Unported",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/futurecolors/jqapi.ru/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-assemble": "~0.5",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-connect": "~1.0.0",
"grunt-gh-pages": "~2.0.0"
}
}