-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 835 Bytes
/
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
{
"name": "platform-overrides",
"version": "1.0.1",
"description": "Allows you to specify platform-specific manifest values. Work with JSON or plain objects. ",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/adam-lynch/platform-overrides.git"
},
"homepage": "https://github.com/adam-lynch/platform-overrides",
"bugs": {
"url": "https://github.com/adam-lynch/platform-overrides/issues"
},
"author": "Adam Lynch <[email protected]>",
"license": "MIT",
"devDependencies": {
"coffee-script": "~1.8.0",
"gulp": "~3.8.9",
"gulp-coffee": "~2.2.0",
"gulp-load-plugins": "~0.7.0",
"gulp-mocha": "~1.1.1",
"chai": "~1.9.2",
"gulp-rename": "~1.2.0"
},
"dependencies": {
"lodash": "~2.4.1"
}
}