-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 949 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
41
42
{
"name": "heat-templates",
"version": "0.2.4",
"description": "heat-templates",
"main": "lib/index.js",
"author": "kazet",
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"keywords": [
"openstack",
"heat",
"templates",
"yaml"
],
"scripts": {
"build": "babel src -d ./lib",
"build-dev": "babel src -d ./lib -w",
"clean": "rimraf ./lib",
"prepublish": "npm run clean && npm run build"
},
"devDependencies": {
"babel-cli": "6.14.0",
"babel-preset-latest": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"rimraf": "2.5.4"
},
"dependencies": {
"dashify": "0.2.2",
"js-yaml": "3.6.1",
"schema-js": "1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazet15/heat-templates.git"
},
"bugs": {
"url": "https://github.com/kazet15/heat-templates/issues"
},
"homepage": "https://github.com/kazet15/heat-templates#readme"
}