-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 738 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 738 Bytes
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
{
"name": "simplet",
"version": "0.2.1",
"description": "Simple Template Engine",
"keywords": [
"client-side",
"ejs",
"engine",
"simple",
"template"
],
"homepage": "http://micnic.github.io/simpleT",
"bugs": {
"url": "https://github.com/micnic/simpleT/issues",
"email": "micnic90@gmail.com"
},
"license": "GPL-3.0",
"author": {
"name": "Micleusanu Nicu",
"email": "micnic90@gmail.com",
"url": "https://github.com/micnic"
},
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/micnic/simpleT"
},
"scripts": {
"test": "tap test/"
},
"dependencies": {
"recache": "0.3.x"
},
"devDependencies": {
"tap": "2.3.x"
},
"engines": {
"iojs": ">=1.0",
"node": ">=0.10"
}
}