-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.52 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
52
53
54
55
56
57
58
59
60
{
"name": "aplazame",
"version": "0.0.513",
"description": "javascript sdk for aplazame.com api",
"main": "dist/aplazame.min.js",
"scripts": {
"build": "make build",
"start": "make live",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aplazame/aplazame-js.git"
},
"keywords": [
"aplazame",
"sdk",
"js",
"javascript"
],
"author": "Jesús Germade <jesus@aplazame.com>",
"license": "GPL-3.0",
"homepage": "https://github.com/aplazame/aplazame-js.git#readme",
"dependencies": {
"azazel": "1.1.10",
"browserify": "^16.2.3",
"http-rest": "1.0.1",
"live-dom": "1.6.9",
"ng-aplazame": "git+ssh://git@github.com/aplazame/ng-aplazame.git#v0.3.298",
"nitro-tools": "0.2.4",
"parole": "1.1.17",
"rollup-plugin-ejs": "^1.1.1",
"stringify": "^5.2.0",
"vanilla-tools": "1.2.28",
"yamlify": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@kilt/ejs": "1.0.6",
"autoprefixer": "8.5.0",
"bower": "^1.8.4",
"cssnano": "^3.10.0",
"ejs": "^2.6.1",
"eslint": "4.19.1",
"git-rev-sync": "1.12.0",
"mocha": "5.2.0",
"nitro": "2.2.13",
"node-sass": "4.9.0",
"rollup": "^0.66.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-node-resolve": "^3.4.0",
"tinyhtml": "0.0.12",
"uglify-js": "3.3.27",
"watch": "1.0.2",
"webpack": "^4.20.2"
}
}