forked from carrasquel/tulipan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
{
"name": "tulipan",
"version": "1.0.4",
"description": "Tulipan.js is a simple minimalistic and progressive JavaScript Framework for building Single Page Applications on the web",
"main": "dist/tulipan.cs.js",
"browser": "dist/tulipan.min.js",
"module": "dist/tulipan.es.js",
"jsnext:main": "dist/tulipan.es.js",
"dependencies": {},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carrasquel/tulipan.git"
},
"keywords": [
"JavaScript",
"Front-End",
"Framework",
"vanilla"
],
"author": {
"name": "Nelson Carrasquel",
"email": "carrasquel@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carrasquel/tulipan/issues"
},
"homepage": "https://github.com/carrasquel/tulipan#readme"
}