-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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": "hiddennote",
"version": "1.0.0",
"repository": "w4/hiddennote",
"dependencies": {
"crypto-js": "^3.1.6",
"cryptojs-extension": "github:artjomb/cryptojs-extension",
"foundation-sites": "^6.2.3"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
"debowerify": "^1.4.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-imagemin": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"node-bourbon": "^4.2.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserify": {
"transform": [
"browserify-shim",
"babelify"
]
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js",
"foundation": "./node_modules/foundation-sites/js/foundation.js",
"crypto-js": "./node_modules/crypto-js/index.js"
},
"browserify-shim": {
"jquery": "$",
"foundation": "foundation",
"crypto-js": "CryptoJS"
},
"author": "Jordan Doyle <jordan@doyle.wf>",
"license": "GPL-3.0"
}