forked from CapMousse/include.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 972 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
{
"name": "include.js",
"version": "3.0.3",
"description": "**Include.js** is a tiny Javascript loader. It can load normal javascript files but is more efficient with **web modules**.",
"main": "include-min.js",
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.5.0",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^1.0.0"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CapMousse/include.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CapMousse/include.js/issues"
},
"homepage": "https://github.com/CapMousse/include.js#readme"
}