-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
{
"name": "F2",
"description": "An open framework for the financial services industry.",
"version": "1.2.1",
"keywords": [
"openf2"
],
"homepage": "https://github.com/OpenF2/F2",
"author": "Markit On Demand, Inc",
"scripts": {
"preinstall": "npm install grunt-cli markitdown -g"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenF2/F2.git"
},
"bugs": {
"url": "https://github.com/OpenF2/F2/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"express": "~3.2.4",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compress": "0.4.8",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-less": "~0.5.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-express": "~0.3.3",
"handlebars": "1.0.10",
"moment": "~2.0.0",
"pandoc": "0.2.0",
"semver": "~1.1.4",
"yuidocjs": "~0.3.44"
},
"engines": {
"node": ">=0.10"
},
"_releaseDate": "2013-08-08T14:54:18.629Z",
"_releaseDateFormatted": "8 August 2013"
}