forked from lodash/lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.02 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "lodash",
"version": "4.0.0",
"main": "lodash.js",
"private": true,
"devDependencies": {
"async": "^1.5.0",
"chalk": "^1.1.1",
"coveralls": "^2.11.4",
"curl-amd": "0.8.12",
"docdown": "0.3.0",
"dojo": "~1.10.0",
"ecstatic": "^1.3.1",
"fs-extra": "~0.26.2",
"istanbul": "0.4.0",
"jquery": "~1.11.0",
"jscs": "^2.5.1",
"lodash": "^3.10.1",
"platform": "^1.3.0",
"qunit-extras": "~1.4.0",
"qunitjs": "~1.20.0",
"request": "^2.65.0",
"requirejs": "~2.1.20",
"sauce-tunnel": "2.2.3",
"uglify-js": "2.6.1",
"webpack": "^1.12.6"
},
"scripts": {
"build": "node lib/main/build.js && node lib/fp/build.js",
"style": "jscs lodash.js lib/**/*.js",
"test": "node test/test"
},
"volo": {
"type": "directory",
"ignore": [
".*",
"*.custom.*",
"*.log",
"*.map",
"*.md",
"bower.json",
"component.json",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}
}