-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 949 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
36
37
{
"name": "js-design-patterns",
"version": "1.0.0",
"description": "Javascipt Design Patterns",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhruv-m-patel/js-design-patterns.git"
},
"keywords": [
"javascript",
"design",
"patterns",
"design-patterns"
],
"author": "Dhruv Patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhruv-m-patel/js-design-patterns/issues"
},
"homepage": "https://github.com/dhruv-m-patel/js-design-patterns#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.5.0",
"jest": "^24.5.0"
}
}