-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bower-json",
"version": "0.4.0",
"description": "Read bower.json files with semantics, normalisation, defaults and validation.",
"author": {
"name": "Twitter"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bower/json/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/bower/json.git"
},
"main": "lib/json",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"deep-extend": "~0.2.5",
"graceful-fs": "~2.0.0",
"intersect": "~0.0.3"
},
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.12.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-simple-mocha": "~0.4.0"
},
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/bower/json/issues"
},
"_id": "bower-json@0.4.0",
"dist": {
"shasum": "a99c3ccf416ef0590ed0ded252c760f1c6d93766",
"tarball": "http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz"
},
"_from": "bower-json@>=0.4.0 <0.5.0",
"_npmVersion": "1.3.2",
"_npmUser": {
"name": "satazor",
"email": "andremiguelcruz@msn.com"
},
"maintainers": [
{
"name": "satazor",
"email": "andremiguelcruz@msn.com"
}
],
"directories": {},
"_shasum": "a99c3ccf416ef0590ed0ded252c760f1c6d93766",
"_resolved": "https://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/bower/json"
}