-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 849 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
33
34
35
36
{
"name": "Frosting",
"version": "0.0.3-SNAPSHOT",
"description": "Adding power to Twine 2 + Snowman",
"main": "gulpfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-yuidoc": "^0.1.2",
"jsdom": "^9.9.1",
"mocha-jsdom": "^1.1.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterorme/frosting.git"
},
"author": "Peter Orme",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterorme/frosting/issues"
},
"homepage": "https://github.com/peterorme/frosting#readme"
}