-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 952 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": "my-project",
"version": "0.0.0",
"description": "My project's description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"browserify": {
"transform": [
"hbsfy"
]
},
"hbsfy": {
"precompiler": "ember-template-compiler",
"compiler": "Ember.Handlebars"
},
"repository": {
"type": "git",
"url": "git://github.com/my-username/my-project.git"
},
"author": "me",
"license": "ISC",
"bugs": {
"url": "https://github.com/my-username/my-project/issues"
},
"homepage": "https://github.com/my-username/my-project",
"devDependencies": {
"browserify": "^4.2.2",
"ember-template-compiler": "^1.6.1",
"emberate": "^1.0.0-alpha.1",
"handlebars": "^1.3.0",
"hbsfy": "git://github.com/knownasilya/node-hbsfy#ember"
},
"dependencies": {
"chalk": "^0.5.1",
"express": "^4.6.1"
}
}