-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
40 lines (40 loc) · 950 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
38
39
40
{
"name": "@amaplex-software/sketchpad",
"version": "0.1.0",
"description": "A simple sketchpad.",
"public": true,
"repository": {
"type": "git",
"url": "https://github.com/yiom/sketchpad.git"
},
"scripts": {
"build": "webpack && webpack -p --output-filename sketchpad.min.js",
"watch": "webpack -d --watch",
"test": "eslint .",
"postinstall": "opencollective postinstall"
},
"keywords": [
"sketchpad",
"javascript"
],
"author": "Yiom",
"license": "MIT",
"bugs": {
"url": "https://github.com/yiom/sketchpad/issues"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.13.0"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/sketchpad"
}
}