-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 KB
/
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
38
39
{
"name": "patternmaker",
"version": "1.0.0",
"description": "PatternMaker is a modular pattern generator.",
"main": "index.js",
"dependencies": {
"@angular/cdk": "^5.2.4",
"@angular/material": "^5.2.4",
"brace": "^0.11.1",
"dat.gui": "^0.7.1",
"hammerjs": "^2.0.8",
"jquery": "^3.3.1",
"paper": "^0.11.5"
},
"devDependencies": {
"@types/dat.gui": "^0.6.0",
"@types/jquery": "^3.3.1",
"@types/paper": "^0.9.15",
"ts-loader": "^4.1.0",
"typescript": "^2.7.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --watch",
"start-simple": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthursw/PatternMaker.git"
},
"author": "arthur.sw",
"license": "MIT",
"bugs": {
"url": "https://github.com/arthursw/PatternMaker/issues"
},
"homepage": "https://github.com/arthursw/PatternMaker#readme"
}