-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 858 Bytes
/
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
{
"name": "bower-resolve",
"version": "2.2.1",
"description": "Find the relative path name of a bower module, for use with browserify and other build tools",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/bower-resolve"
},
"keywords": [
"browserify",
"bower",
"debowerify",
"commonjs",
"transform",
"node-browserify",
"bower.io"
],
"author": [
"Eugene Ware <[email protected]>",
"Scott Ashton <[email protected]>"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/bower-resolve/issues"
},
"dependencies": {
"bower": "^1.3.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^1.18.2"
}
}