forked from SelectTransform/st.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 702 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 702 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
{
"name": "stjs",
"version": "0.0.5",
"description": "JSON Template over JSON",
"main": "st.js",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint": "^4.7.1",
"he": "^1.1.1",
"json-stable-stringify": "^1.0.1",
"mocha": "^3.5.3",
"underscore": "^1.8.3"
},
"scripts": {
"test": "mocha --recursive test/unit/",
"lint": "eslint src/st.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SelectTransform/st.js.git"
},
"author": "gliechtenstein",
"license": "MIT",
"bugs": {
"url": "https://github.com/SelectTransform/st.js/issues"
},
"homepage": "https://github.com/SelectTransform/st.js#readme"
}