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:55:50 +0400
committerValérian Saliou <valerian@valeriansaliou.name>2013-12-27 15:55:50 +0400
commit55daeb5142defb91de263ac13878b6d0255c0be5 (patch)
tree0daa09ca5b02902101f8a0429f128925b3813712 /test
parent61d6000c7a2a23a63c2d8cae4121c9066bf09c81 (diff)
Revert "Moved test dir"
This reverts commit 61d6000c7a2a23a63c2d8cae4121c9066bf09c81.
Diffstat (limited to 'test')
-rw-r--r--test/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/package.json b/test/package.json
new file mode 100644
index 00000000..7570b08f
--- /dev/null
+++ b/test/package.json
@@ -0,0 +1,32 @@
+{
+ "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"
+ }
+}