-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 886 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 886 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
{
"name": "hook-javascript",
"title": "hook javascript client",
"description": "hook javascript client",
"version": "0.3.9",
"homepage": "http://github.com/doubleleft/hook-javascript",
"main": "dist/hook.js",
"authors": [{
"name": "Endel Dreyer",
"email": "endel.dreyer@gmail.com"
}],
"keywords": ["hook", "javascript", "client"],
"repository": {
"type": "git",
"url": "https://github.com/doubleleft/hook-javascript.git"
},
"bugs": {
"url": "https://github.com/doubleleft/hook-javascript/issues"
},
"scripts": {},
"devDependencies": {
"bower": "~1.3.12",
"grunt": "~0.4.5",
"grunt-contrib-yuidoc": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-qunit": "~0.5.2",
"grunt-saucelabs": "~8.6.0",
"grunt-loader": "0.2.1"
}
}