-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 967 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
34
35
36
37
38
39
40
{
"name": "js-replicator",
"version": "0.3.1",
"description": "A front end factory library",
"main": "dist/replicator.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"factory",
"factories"
],
"author": "Blake West <[email protected]> (http://www.sympatheticvibration.com/)",
"contributors": [
"Gregory Hilkert <[email protected]>"
],
"license": "MIT",
"dependencies": {
"lodash": "*"
},
"devDependencies": {
"gulp": "^3.8.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^0.3.1",
"mocha": "~1.20.1",
"should": "~4.0.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hinthealth/replicator.git"
},
"bugs": {
"url": "https://github.com/hinthealth/replicator/issues"
},
"homepage": "https://github.com/hinthealth/replicator#readme"
}