-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1000 Bytes
/
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
{
"name": "essential.js",
"version": "0.7.0",
"description": "Modular and lightweight JavaScript framework",
"main": "essential.js",
"directories": {
"test": "test"
},
"devDependencies": {
"karma": "~0.12.9",
"karma-mocha": "~0.1.3",
"karma-chai": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.3",
"karma-opera-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-coverage": "~0.2.1",
"karma-sauce-launcher": "~0.2.7",
"coveralls": "~2.10.0",
"uglify-js": "~2.4.13",
"docco": "~0.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/roperzh/essential.js.git"
},
"keywords": [
"essential",
"framework",
"behavior",
"behaviors"
],
"author": "Roberto Dip",
"license": "MIT",
"bugs": {
"url": "https://github.com/roperzh/essential.js/issues"
},
"scripts": {
"test": "make test-ci"
}
}