tk-toolkit 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +19 -0
package/package.json
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"name": "tk-toolkit",
|
3
|
+
"version": "0.0.10",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"files": [
|
7
|
+
"dist"
|
8
|
+
],
|
9
|
+
"scripts": {
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
11
|
+
},
|
12
|
+
"keywords": [],
|
13
|
+
"author": "",
|
14
|
+
"license": "ISC",
|
15
|
+
"devDependencies": {
|
16
|
+
"tk-configs": "^0.0.10"
|
17
|
+
},
|
18
|
+
"gitHead": "79560f8b79d99ae5dd6e864367da5857931a06f2"
|
19
|
+
}
|