-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 781 Bytes
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
{
"name": "framer-windows",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/helloproclub/framer-windows"
},
"main": "app.js",
"dependencies": {
"framerjs-prebuilt": "git+https://github.com/joetheday/framerjs-prebuilt.git"
},
"devDependencies": {
"browserify": "^11.0.1",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "gulp"
},
"author": "Javier Chávarri",
"contributors": {
"Joe Day": "joeday@microsoft.com",
"Afnizar Nur Ghifari": "afnizarhilmi@gmail.com"
}
}