-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
{
"name": "to-json",
"author": "Will Henderson <[email protected]> (https://github.com/WHenderson)",
"version": "0.6.0-prerelease",
"description": "Provides a consistent mechanism for mapping complex javascript data to json. This mechanism allows for complex filtering, data conversion, and two-way mapping between the input and output data.",
"keywords": [
"json",
"convert",
"conversion",
"mapping"
],
"bugs": {
"url": "https://github.com/WHenderson/to-json/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WHenderson/to-json.git"
},
"homepage": "https://github.com/WHenderson/to-json#readme",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/gulp test",
"prepublish": "node_modules/.bin/gulp test"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.0.0",
"coffee-coverage": "^0.6.2",
"coffee-script": "^1.9.3",
"coveralls": "^2.11.3",
"cson": "^3.0.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-mirror": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-spawn-mocha": "^2.2.1",
"gulp-uglify": "^1.2.0",
"gulp-umd": "git+https://github.com/WHenderson/gulp-umd.git",
"gulp-util": "^3.0.6",
"lazypipe": "^1.0.1",
"lodash": "^3.10.0",
"mocha": "^2.2.5"
}
}