forked from deftjs/DeftJS5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 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
{
"name": "DeftJS",
"version": "5.0.0",
"author": {
"name": "John Yanarella",
"email": "john.yanarella@deftjs.org"
},
"description": "Essential extensions for large-scale Sencha Touch and Ext JS applications",
"homepage": "http://deftjs.org/",
"repository": {
"type": "git",
"url": "https://github.com/deftjs/DeftJS5.git"
},
"devDependencies": {
"karma": "~0.12.21",
"coffee-script": "1.6.3",
"mocha": "~1.21.4",
"karma-mocha": "~0.1.8",
"karma-coverage": "~0.2.6",
"karma-phantomjs-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-safari-launcher": "~0.1.1"
},
"scripts": {
"test": "cd packages/deft && ant test -Dkarma.browsers=PhantomJS,Firefox"
},
"license": "MIT"
}