-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 908 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
{
"name": "blackjack-assets-test",
"version": "0.0.1",
"stability": "experimental",
"main": "src/components/blackjack-assets-test.js",
"scripts": {
"test": "blackjack test",
"preview": "blackjack preview"
},
"license": "BSD-3-Clause",
"blackjack": {
"templateLanguage": "handlebars",
"preview": "src/preview.js",
"index": "src/index.js",
"handlebars": {
"data": "sample/data.json",
"helpers": "src/helpers.js",
"template": "template.hbs"
},
"css": {
"main": "styles/components/blackjack-assets-test.scss"
}
},
"dependencies": {
"assets": "https://github.com/welikeideas/assets.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/welikeideas/blackjack-assets-test.git"
}
}