-
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) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 840 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": "thicket",
"version": "1.2.1",
"description": "Foundational library for building robust, testable, cohesive JavaScript applications.",
"main": "lib-node/thicket/index.js",
"author": "Mason Browne <m.public@academy15.com>",
"license": "MIT",
"dependencies": {
"bluebird": "= 2.2.2",
"js-yaml": "^3.2.3",
"mori": "^0.2.9",
"nopt": "= 4.0.1",
"underscore": "= 1.7.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-browserify2": "0.1.8",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"mocha": "^1.21.5"
},
"bugs": {
"url": "https://github.com/maseb/thicket/issues"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec test/**/test-*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maseb/thicket.git"
}
}