forked from enb/enb-source-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 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
{
"name": "sourcemap-helper",
"version": "1.6.0",
"scripts": {
"test": "npm run-script jshint && npm run-script check-style && npm run-script unit",
"jshint": "jshint .",
"unit": "mocha tests",
"check-style": "jscs -c node_modules/enb-validate-code/jscs.json lib"
},
"main": "lib/bundleGenerator.js",
"repository": {
"type": "git",
"url": "git://github.com/enb-make/enb-source-map.git"
},
"author": "Marat Dulin",
"license": "MIT",
"bugs": {
"url": "https://github.com/enb-make/enb-source-map/issues"
},
"homepage": "https://github.com/enb-make/enb-source-map",
"devDependencies": {
"chai": "^1.9.1",
"enb-validate-code": "0.0.1",
"jscs": "~1.2.4",
"jshint": "^2.5.2",
"mocha": "^1.20.1"
},
"dependencies": {
"source-map": "^0.1.33",
"btoa": "^1.1.2",
"atob": "^1.1.2"
}
}