Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorValérian Saliou <valerian@valeriansaliou.name>2013-12-27 15:54:29 +0400
committerValérian Saliou <valerian@valeriansaliou.name>2013-12-27 15:54:29 +0400
commit61d6000c7a2a23a63c2d8cae4121c9066bf09c81 (patch)
tree02be15de8266a1a3c188318e3713bc9e6c819aa9 /test
parent0ab7460dccd81222e0c0d238b1f92d4466c51711 (diff)
Moved test dir
Diffstat (limited to 'test')
-rw-r--r--test/package.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/test/package.json b/test/package.json
deleted file mode 100644
index 7570b08f..00000000
--- a/test/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "jappix",
- "description": "Jappix test tools",
- "version": "1.0.0",
- "homepage": "http://jappix.org/",
-
- "repository": {
- "type": "git",
- "url": "https://github.com/jappix/jappix"
- },
-
- "author": {
- "name": "Valérian Saliou",
- "url": "https://valeriansaliou.name/"
- },
-
- "main": "Gruntfile.js",
-
- "engines": {
- "node": ">=0.8.0"
- },
-
- "scripts": {
- "test": "npm install; grunt test"
- },
-
- "devDependencies": {
- "grunt": "0.4.1",
- "grunt-contrib-csslint": "0.1.2",
- "grunt-contrib-jshint": "0.6.4"
- }
-}