-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "weaver-commons-js",
"version": "0.1.4",
"description": "Elementary components",
"author": {
"name": "Bastiaan Bijl",
"url": "http://weaverplatform.com",
"email": "mail@weaverplatform.com"
},
"main": "lib/index.js",
"license": "GPL-3.0",
"repository": {},
"devDependencies": {
"coffee-script": "1.10.0",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"coffee-coverage": "^1.0.1",
"istanbul": "^0.4.3",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"bluebird": "~3.4.1",
"grunt": "~1.0.1",
"browserify": "^13.0.0",
"grunt-browserify": "^4.0.1",
"remapify": "^2.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"load-grunt-tasks": "3.5.0"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"prepublish": "./node_modules/coffee-script/bin/coffee -o lib -c src",
"test": "./node_modules/.bin/mocha && ./node_modules/.bin/istanbul report"
},
"keywords": [
"weaver"
],
"bugs": {
"url": "https://github.com/weaverplatform/weaver-commons-js/issues"
}
}