-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.81 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "demos",
"version": "1.0.0",
"description": "Demos.",
"keywords": [],
"main": "index.html",
"engines": {
"node": "^4.0.0",
"npm": "^2.0.0"
},
"scripts": {
"start": "xdg-open index.html",
"build:tartan": "cd node_modules/tartan && npm run build",
"build:tartan-processing": "cd node_modules/tartan-processing && npm run build",
"build:tartan-render": "cd node_modules/tartan-render && npm run build",
"build:tartan-schema": "cd node_modules/tartan-schema && npm run build",
"build:angular-tartan": "cd node_modules/angular-tartan && npm run build",
"build:identartan": "cd node_modules/identartan && npm run build",
"postinstall": "npm run build:tartan && npm run build:tartan-processing && npm run build:tartan-render && npm run build:tartan-schema && npm run build:angular-tartan && npm run build:identartan",
"build": "gulp"
},
"author": {
"name": "Levko Kravets",
"email": "levko.ne@gmail.com"
},
"license": "MIT",
"dependencies": {
"angular-tartan": "git+https://github.com/thetartan/angular-tartan.git",
"identartan": "git+https://github.com/thetartan/identartan.git",
"jquery": "^3.1.1",
"lodash": "^4.17.2",
"tartan": "git+https://github.com/thetartan/tartan.git",
"tartan-processing": "git+https://github.com/thetartan/tartan-processing.git",
"tartan-render": "git+https://github.com/thetartan/tartan-render.git",
"tartan-schema": "git+https://github.com/thetartan/tartan-schema.git"
},
"devDependencies": {
"gulp": "^3.9.1",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"val-loader": "^0.5.0",
"webpack": "^1.14.0"
},
"repository": "https://github.com/thetartan/thetartan.github.io.git",
"contributors": [
{
"name": "Levko Kravets",
"email": "levko.ne@gmail.com"
}
]
}