-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 929 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 929 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
34
35
36
37
{
"name": "@benjaminreid/ready.js",
"version": "0.1.2",
"filename": "ready.min.js",
"description": "Takes the pain out of writing conditional initialisation code",
"main": "dist/ready.js",
"repository": {
"type": "git",
"url": "https://github.com/nouveller/ready.js.git"
},
"keywords": [
"ready",
"dry",
"initialisation"
],
"author": "Benjamin Reid <benjaminreid.nouveller@gmail.com> (http://nouveller.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nouveller/ready.js/issues"
},
"homepage": "https://github.com/nouveller/ready.js",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-release-tasks": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/nouveller/ready.js.git",
"basePath": "dist/",
"files": [
"ready.min.js",
"ready.js"
]
}
}