-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.26 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
45
46
47
48
49
50
51
52
53
{
"name": "t3js",
"description": "T3 Javascript Framework",
"version": "1.1.1",
"author": "Box (https://www.box.com/)",
"files": [
"LICENSE",
"README.md",
"dist"
],
"bugs": "http://github.com/box/t3js/issues",
"homepage": "http://t3js.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/box/t3js"
},
"scripts": {
"test": "node Makefile.js test",
"test-watch": "node Makefile.js test-watch",
"lint": "node Makefile.js lint",
"dist": "node Makefile.js dist",
"patch": "node Makefile.js patch",
"minor": "node Makefile.js minor",
"major": "node Makefile.js major"
},
"devDependencies": {
"assertive-chai": "^1.0.2",
"dateformat": "^1.0.11",
"eslint": "^0.18.0",
"jquery": "^1.11.1",
"karma": "^0.12.31",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-threshold-reporter": "^0.1.15",
"mocha": "^2.2.1",
"phantomjs": "^1.9.16",
"semver": "^4.3.3",
"shelljs": "^0.4.0",
"shelljs-nodecli": "^0.1.1",
"sinon": "^1.14.1",
"uglify-js": "^2.4.17"
},
"keywords": [
"javascript",
"framework",
"browser",
"client-side",
"modular",
"component"
]
}