forked from dsheiko/cjsc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (44 loc) · 1012 Bytes
/
bower.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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "cjsc",
"version": "1.0.3",
"main": {
"jscs": "./cjsc.js"
},
"dependencies": {
"async": "^0.9.0",
"cli-color": "^0.3.2",
"esprima": "^1.2.5",
"source-map": "*",
"subarg": "^1.0.0",
"uglify-js": ">=2.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-qunit": "*",
"grunt-jscodesniffer": "^0.1.10",
"grunt-mocha-cli": "~1.2.1",
"mocha": ">=1.7.4",
"qunitjs": "*",
"should": "*",
"through2": "^0.6.3"
},
"homepage": "https://github.com/dsheiko/cjsc",
"description": "Utility that compiles CommonJS (NodeJS) modules into a single JavaScript file suitable for the browser",
"keywords": [
"compiler",
"commonJs"
],
"authors": [
"Dmitry Sheiko (http://dsheiko.com)"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}