-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 829 Bytes
/
package.json
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
32
33
34
35
{
"name": "you-link",
"version": "1.0.10",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "mocha-webpack",
"test:watch": "mocha-webpack --watch",
"build": "webpack",
"prepublish": "npm run test && npm run build"
},
"author": "Alexey Kalenkevich",
"license": "ISC",
"dependencies": {
"get-youtube-id": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.0.16",
"chai": "^4.1.2",
"mocha": "^5.0.4",
"mocha-webpack": "^0.7.0",
"sinon": "^4.4.8",
"webpack": "^3.10.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/kalenkevich/you-link-lib#readme",
"repository": {
"type": "git",
"url": "https://github.com/kalenkevich/you-link-lib.git"
}
}