-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "tectonic.js",
"version": "0.2.2",
"description": "A revival of Beebole's PURE library.",
"main": "tectonic.js",
"scripts": {
"doc": "docco tectonic.js",
"lint": "eslint tectonic.js",
"posttest": "codecov",
"test": "eslint tectonic.js && echo 'Point your browser to http://localhost:9876/base/spec/index.html or http://localhost:9876/base/coverage/'; karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tecknack/tectonic.git"
},
"keywords": [
"unobtrusive",
"templating",
"templates",
"template",
"html",
"render"
],
"author": "Corin Lawson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tecknack/tectonic/issues"
},
"homepage": "http://tecknack.github.io/tectonic",
"devDependencies": {
"codecov": "^1.0.1",
"docco": "^0.7.0",
"dom-compare": "^0.2.1",
"eslint": "^2.11.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^2.1.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6"
}
}