-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 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
33
{
"name": "bundler-example",
"version": "0.1.0",
"description": "A simple test of the bundler functionality",
"main": "null",
"scripts": {
"test": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/componentjs/bundler-example.git"
},
"keywords": [
"component",
"componentjs",
"bundler",
"plugins"
],
"author": "sankargorthi",
"license": "MIT",
"bugs": {
"url": "https://github.com/componentjs/bundler-example/issues"
},
"homepage": "https://github.com/componentjs/bundler-example",
"devDependencies": {
"commander": "^2.7.1",
"component-builder": "^1.2.1",
"component-builder-handlebars": "^0.4.0",
"component-bundler": "^0.0.4",
"component-resolver": "^1.2.8",
"mkdirp": "^0.5.0"
}
}