-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 920 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "acejs",
"version": "0.0.9",
"description": "A simple smart and flexible javascript lib",
"main": "gruntfile.js",
"directories": {
"test": "tests"
},
"config": {
"travis-cov": {
"threshold": 100
}
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt mochaTest"
},
"repository": {
"type": "git",
"url": "https://github.com/shelter/acejs.git"
},
"keywords": [
"javascript",
"acejs"
],
"author": "mason wu",
"license": "ISC",
"bugs": {
"url": "https://github.com/shelter/acejs/issues"
},
"homepage": "https://github.com/shelter/acejs",
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-mocha-test": "^0.12.3",
"mocha": "^2.0.1",
"travis-cov": "^0.2.5"
}
}