UNPKG

1.33 kBJSONView Raw
1{
2 "name": "compy",
3 "version": "0.1.18",
4 "description": "component js boilerplate js project",
5 "main": "compy-helper.js",
6 "scripts": {
7 "test": "unset NOCK_OFF;node ./node_modules/.bin/mocha test/compy.spec.js",
8 "t": "unset NOCK_OFF;node ./node_modules/.bin/mocha test/compy.spec.js",
9 "fullTest": "export NOCK_OFF=true;node ./node_modules/.bin/mocha test/compy.spec.js"
10 },
11 "repository": "https://github.com/edjafarov/compy.git",
12 "author": "Eldar Djafarov <djkojb@gmail.com>",
13 "license": "BSD",
14 "dependencies": {
15 "grunt-cli": "~0.1.9",
16 "component": "~0.17.0",
17 "grunt": "~0.4.1",
18 "grunt-component-constructor": "~0.2.16",
19 "grunt-contrib-connect": "~0.5.0",
20 "grunt-contrib-clean": "~0.5.0",
21 "grunt-contrib-watch": "~0.5.3",
22 "grunt-preprocess": "~3.0.1",
23 "grunt-contrib-concat": "~0.3.0",
24 "connect-livereload": "~0.3.0",
25 "grunt-contrib-uglify": "~0.2.4",
26 "async": "~0.2.9",
27 "mocha": "~1.11.0",
28 "chai": "~1.8.0",
29 "ncp": "~0.4.2",
30 "fs.extra": "~1.2.1",
31 "grunt-contrib-cssmin": "~0.6.1",
32 "grunt-karma": "~0.7.1",
33 "nock": "~0.22.0",
34 "request": "~2.25.0",
35 "commander": "~2.0.0",
36 "complete": "~0.4.3",
37 "connect": "~2.9.0",
38 "underscore": "~1.5.2",
39 "rimraf": "~2.2.2"
40 },
41 "bin": {
42 "compy": "./bin/compy"
43 }
44}