Left: | ||
Right: |
OLD | NEW |
---|---|
1 { | 1 { |
2 "license" : "GPL-3.0", | 2 "license" : "GPL-3.0", |
3 "repository": { }, | 3 "repository": { }, |
4 "dependencies": { | 4 "dependencies": { |
5 "tldjs": "*" | 5 "tldjs": "*" |
6 }, | |
7 "devDependencies": { | |
8 "nodeunit": "0.9.1" | |
9 }, | |
10 "scripts": { | |
11 "test": "node -e 'require(\".bin/nodeunit\");'" | |
6 } | 12 } |
7 } | 13 } |
OLD | NEW |