forked from cmdjs/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 699 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 699 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
{
"family": "gallery",
"name": "formatter",
"version": "0.0.9",
"description": "Format user input to match a specified pattern",
"author": "Jarid Margolin <jarid@firstopinion.com>",
"homepage": "http://firstopinion.github.io/formatter.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/firstopinion/formatter.js"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4",
"grunt": "~0.4.1",
"mocha": "~1.9.0",
"sinon": "~1.7.3",
"chai": "~1.6.0"
},
"license": "MIT",
"spm": {
"output": ["formatter.js"]
}
}