forked from alexbain/lirc_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.22 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.22 KB
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
{
"name": "angularjs",
"version": "0.0.1",
"description": "Browerify angularjs shim",
"main": "index.js",
"scripts": {
"test": "node_module/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/angularjs.git"
},
"keywords": [
"angularjs",
"browserify",
"angular",
"angular-js",
"shim",
"bower",
"debowerify"
],
"author": {
"name": "Eugene Ware",
"email": "eugene@noblesamurai.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/angularjs/issues"
},
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.12.0"
},
"_id": "angularjs@0.0.1",
"dist": {
"shasum": "496f50c7141515e741ea976de891def0838b3f19",
"tarball": "http://registry.npmjs.org/angularjs/-/angularjs-0.0.1.tgz"
},
"_from": "angularjs@*",
"_npmVersion": "1.3.8",
"_npmUser": {
"name": "eugeneware",
"email": "eugene@noblesamurai.com"
},
"maintainers": [
{
"name": "eugeneware",
"email": "eugene@noblesamurai.com"
}
],
"directories": {},
"_shasum": "496f50c7141515e741ea976de891def0838b3f19",
"_resolved": "https://registry.npmjs.org/angularjs/-/angularjs-0.0.1.tgz"
}