-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.18 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
{
"name": "js-sketches-jg",
"version": "1.0.0",
"description": "Sketches with Paper.js",
"main": "app.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "Jeremy Gordon",
"license": "MIT",
"dependencies": {
"lodash": "^4.13.1",
"paper": "0.10.2"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-runtime": "^5.8.20",
"babelify": "^6.1.3",
"browser-sync": "^2.11.1",
"browserify": "^13.3.0",
"browserify-resolutions": "^1.0.6",
"browserify-shim": "^3.8.10",
"ccapture.js": "^1.0.7",
"gulp": "^3.8.10",
"gulp-hash-src": "^0.1.6",
"gulp-html-replace": "^1.4.3",
"gulp-react": "^3.1.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"lodash.assign": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.8.0",
"yargs": "^6.6.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"bootstrap": {
"depends": [
"jquery:jQuery"
]
}
}
}