forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "appdirectory",
"version": "0.1.0",
"description": "A cross-platform utility to find the best directory to put data and config files.",
"main": "lib/appdirectory.js",
"repository": {
"type": "git",
"url": "http://github.com/MrJohz/appdirectory.git"
},
"scripts": {
"test": "make test"
},
"keywords": [
"cross-platform",
"utility",
"appdata",
"config",
"directory"
],
"author": "Johz",
"license": "MIT",
"devDependencies": {
"mocha": "~1.17.1",
"should": "~3.1.3",
"coveralls": "~2.8.0"
}
,"_resolved": "https://registry.npmjs.org/appdirectory/-/appdirectory-0.1.0.tgz"
,"_integrity": "sha1-62yBYyDnsqsW9e2ZfyjYIF31Y3U="
,"_from": "appdirectory@0.1.0"
}