-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 824 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": "steal-conditional-example",
"version": "0.0.1",
"description": "Example app using the steal-conditional extension",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && steal-tools",
"test": "jshint *.js --config .jshintrc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jshint": "^2.9.4",
"steal": "^1.0.6",
"steal-tools": "^1.0.1",
"whatwg-fetch": "^1.0.0"
},
"steal": {
"configDependencies": [
"./node_modules/steal-conditional/conditional"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-mujica/steal-conditional-example.git"
},
"bugs": {
"url": "https://github.com/m-mujica/steal-conditional-example/issues"
},
"homepage": "https://github.com/m-mujica/steal-conditional-example#readme"
}