-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.02 KB
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
{
"name": "micro-amd",
"version": "1.2.3",
"description": "A tiny amd lib",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "make test"
},
"author": "Alan Clarke <alan@qubit.com> (qubit.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/QubitProducts/micro-amd.git"
},
"license": "UNLICENSED",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"sinon": "^2.0.0-pre",
"standard": "^6.0.8",
"webpack": "^1.12.14"
},
"dependencies": {
"fetch-js": "^1.0.2",
"sync-p": "^1.1.1"
},
"bugs": {
"url": "https://github.com/QubitProducts/micro-amd/issues"
},
"homepage": "https://github.com/QubitProducts/micro-amd#readme",
"keywords": [
"amd",
"modules",
"loader"
]
}