This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
80 lines (80 loc) · 1.69 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "bower-requirejs",
"version": "1.2.0",
"description": "Automagically wire-up installed Bower components into your RequireJS config",
"keywords": [
"bower",
"requirejs",
"rjs",
"config",
"wire",
"inject",
"install",
"component",
"package",
"module"
],
"license": "BSD-2-Clause",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"maintainers": [
{
"name": "Rob Dodson",
"email": "[email protected]",
"url": "robdodson.me"
}
],
"contributors": [
{
"name": "Merrick Christensen",
"email": "[email protected]",
"url": "merrickchristensen.com"
}
],
"main": "lib",
"bin": "bin/bower-requirejs.js",
"repository": "yeoman/bower-requirejs",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^1.0.0",
"file-utils": "^0.2.1",
"lodash": "^3.3.0",
"nopt": "^3.0.0",
"object-assign": "^2.0.0",
"requirejs": "^2.1.5",
"slash": "^1.0.0",
"sudo-block": "^1.0.0",
"update-notifier": "^0.3.0"
},
"devDependencies": {
"bower": "^1.x",
"durable-json-lint": "^0.0.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-simple-mocha": "^0.4.0",
"load-grunt-tasks": "^3.1.0",
"mocha": "*",
"mockery": "^1.4.0",
"should": "^5.0.1"
},
"peerDependencies": {
"bower": "^1.x"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"lib",
"templates"
]
}