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 "version": "0.0.1",
20 "homepage": "",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "client/bower_components",
26 "test",
27 "tests"
28 ]
29 }