forked from dgraham/stache-bind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 752 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
{
"name": "stache-bind",
"version": "0.1.2",
"description": "Minimum viable mustache data binding.",
"repository": "dgraham/stache-bind",
"main": "stache-bind.js",
"scripts": {
"lint": "eslint *.js test/",
"pretest": "npm run lint",
"test": "mocha --require babel-register"
},
"keywords": [
"binding",
"mustache",
"template"
],
"author": "David Graham",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.26.0",
"eslint": "^4.7.2",
"eslint-plugin-prettier": "^2.3.1",
"jsdom": "^11.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^3.5.3",
"prettier": "^1.7.0"
},
"files": [
"stache-bind.js"
]
}