scratch – Blame information for rev 75

Subversion Repositories:
Rev:
Rev Author Line No. Line
75 office 1 {
2 "name": "angular-yamljs",
3 "authors": [
4 "Mumshad Mannambeth <mmumshad@gmail.com>"
5 ],
6 "description": "Angular wrapper for yamljs",
7 "main": [
8 "dist/angular-yamljs.js"
9 ],
10 "keywords": [
11 "yamljs",
12 "angular"
13 ],
14 "dependencies": {
15 "angular": "~1.x",
16 "yaml.js": "*"
17 },
18 "license": "MIT",
19 "homepage": "https://github.com/mmumshad/angular-yamljs",
20 "ignore": [
21 "**/.*",
22 "node_modules",
23 "bower_components",
24 "client/bower_components",
25 "test",
26 "tests"
27 ],
28 "_release": "d052ed40f2",
29 "_resolution": {
30 "type": "branch",
31 "branch": "master",
32 "commit": "d052ed40f2139fa5815a7b840090a9a60c40aba2"
33 },
34 "_source": "https://github.com/mmumshad/angular-yamljs.git",
35 "_target": "*",
36 "_originalSource": "angular-yamljs",
37 "_direct": true
38 }