forked from fex-team/fis3-postpackager-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 741 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 741 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
29
30
31
32
33
{
"name": "fis3-packager-edu-loader",
"version": "2.1.9",
"description": "resouce loader",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fis3-postpackager-loader.git"
},
"keywords": [
"fis3",
"loader"
],
"author": "fis",
"license": "BSD",
"bugs": {
"url": "https://github.com/fex-team/fis3-postpackager-loader/issues"
},
"homepage": "https://github.com/fex-team/fis3-postpackager-loader",
"devDependencies": {
"chai": "^3.2.0",
"fis3": "^3.0.17",
"fis3-hook-commonjs": "^0.1.2",
"mocha": "^2.2.5"
},
"dependencies": {
"source-map": "^0.5.6",
"uglify-js": "^3.1.8"
}
}