-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 852 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 852 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
34
35
36
37
38
{
"name": "fis3-hook-commonjs",
"version": "0.1.33",
"description": "fis3 commonJs module",
"main": "index.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fis3-hook-commonjs.git"
},
"keywords": [
"fis3",
"commonJs",
"module"
],
"author": "fis",
"license": "BSD",
"bugs": {
"url": "https://github.com/fex-team/fis3-hook-commonjs/issues"
},
"homepage": "https://github.com/fex-team/fis3-hook-commonjs",
"devDependencies": {
"chai": "^3.2.0",
"fis3": "^3.1.3",
"fis3-postpackager-loader": "^1.2.7",
"mocha": "^2.2.1",
"mocha-junit-reporter": "^1.4.0",
"should": "^13.2.3"
},
"dependencies": {
"source-map": "^0.5.3",
"escope": "^3.3.0",
"esprima": "^2.7.1",
"jstransform": "^11.0.3"
}
}