OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "sheriff-o-matic", | |
3 "version": "0.1.0", | |
michaelpg
2014/07/22 22:52:35
npm yells at me if I don't include a version. so..
ojan
2014/07/23 01:36:58
0.1.0 sgtm. :)
| |
4 "repository": { | |
michaelpg
2014/07/22 22:52:35
same here, this is just so npm shuts up.
| |
5 "type": "git", | |
6 "url": "https://chromium.googlesource.com/chromium/blink" | |
7 }, | |
8 "devDependencies": { | |
9 "karma": "~0.12.17", | |
10 "karma-chrome-launcher": "~0.1.4", | |
11 "karma-mocha": "~0.1.6" | |
12 } | |
13 } | |
OLD | NEW |