This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
forked from framini/pestle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.09 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@natgeo/pestle",
"version": "2.0.1",
"homepage": "https://github.com/nagteo/pestle",
"repository": {
"type": "git",
"url": "git://github.com/natgeo/pestle.git"
},
"main": "build/pestle.js",
"author": "Francisco Ramini <[email protected]>",
"browserify": {
"transform": [
"coffeeify"
]
},
"scripts": {
"clean": "rimraf -- dist build",
"prepublish": "npm run-script clean && gulp build -- dist"
},
"peerDependencies": {
"lodash": "4.x",
"jquery": "2.x"
},
"dependencies": {
"lodash": "^4.0.1",
"jquery": "^2.1.1"
},
"devDependencies": {
"browser-sync": "^1.6.5",
"browserify": "^6.2.0",
"chai": "^1.9.2",
"chai-jquery": "^2.0.0",
"coffeeify": "~0.7.0",
"cookies-js": "^1.1.0",
"exorcist": "^0.4.0",
"glob": "^6.0.4",
"gulp": "^3.8.7",
"gulp-changed": "^1.0.0",
"gulp-coffeelint": "^0.4.0",
"gulp-derequire": "^2.0.0",
"gulp-if": "^1.2.5",
"gulp-notify": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.0",
"imager.js": "git+ssh://[email protected]/natgeo/Imager.js.git#feature/allowed-extensions",
"ismobilejs": "^0.3.3",
"karma": "^0.12.24",
"karma-bro": "^0.10.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-coffee-preprocessor": "^0.2.1",
"karma-fixture": "^0.2.1-1",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.1.9",
"karma-mocha-debug": "^0.1.2",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"loglevel": "^1.0.0",
"mocha": "^2.0.1",
"mold-source-map": "^0.3.0",
"pretty-hrtime": "~0.2.1",
"raven-js": "^1.1.18",
"require-dir": "^0.1.0",
"rimraf": "^2.5.1",
"sinon": "^1.17.3",
"verge": "^1.9.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1",
"wolfy87-eventemitter": "^4.2.6"
},
"description": "",
"bugs": {
"url": "https://github.com/natgeo/pestle/issues"
},
"directories": {
"example": "example"
},
"license": "ISC"
}