-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 985 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 985 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
32
{
"name": "@freesewing/models",
"version": "0.2.1",
"description": "Body measurements data for a range of default sizes",
"main": "dist/node/index.js",
"unpkg": "dist/browser/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"nodebuild": "babel src -d dist/node",
"browserbuild": "npx webpack-cli --config webpack.config.js",
"dev": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joostdecock/models.git"
},
"author": "Joost De Cock <joost@decock.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joostdecock/models/issues"
},
"homepage": "https://github.com/joostdecock/models#readme",
"devDependencies": {
"@babel/core": "7.0.0-beta.53",
"@babel/preset-env": "7.0.0-beta.53",
"babel-cli": "6.26.0",
"babel-loader": "8.0.0-beta.4",
"babel-preset-env": "1.7.0",
"webpack": "4.16.0",
"webpack-cli": "3.0.8"
}
}