-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 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": "open-source-template",
"version": "0.0.1",
"description": "A template for f/e open source projects (really more aimed towards JS)",
"main": "lib",
"directories": {
"doc": "docs"
},
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^4.3.0",
"prompt": "^0.2.14",
"webpack": "^1.7.3"
},
"dependencies": {},
"peerDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-global": "scripts/build-global",
"build-npm": "scripts/build-npm"
},
"author": "Chris Pearce <[email protected]> (chrispearce.co)",
"license": "MIT",
"keywords": [
"open",
"template",
"starter",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/chrisui/open-source-template.git"
},
"homepage": "https://github.com/chrisui/open-source-template",
"bugs": "https://github.com/chrisui/open-source-template/issues",
"globalExport": "OS"
}