We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73049f6 + d90af22 commit e486496Copy full SHA for e486496
package.json
@@ -6,19 +6,18 @@
6
"node-hc": "bin/appmetrics-cli.js"
7
},
8
"dependencies": {
9
- "nan": "2.x",
10
- "node-gyp": "2.x",
11
"tar": "2.x"
12
13
"devDependencies": {
+ "nan": "2.x",
+ "node-gyp": "2.x",
14
"tap": "^5.7.x"
15
16
"scripts": {
17
"test": "tap --reporter tap tests/api_tests.js",
18
"install": "node-gyp rebuild"
19
20
"directories": {
21
- "licenses": "licenses",
22
"lib": "lib",
23
"probes": "probes"
24
@@ -27,5 +26,5 @@
27
26
"url": "git://github.com/RuntimeTools/appmetrics.git"
28
29
"author": "",
30
- "license": "Apache-2.0 and proprietary"
+ "license": "Apache-2.0"
31
}
0 commit comments