-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 976 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
{
"name": "parasails",
"version": "0.9.3",
"description": "Lightweight structures for apps with more than one page.",
"author": "Mike McNeil",
"keywords": [
"parasails",
"vue.js-framework",
"component-framework",
"vue.js",
"ui",
"vue",
"sails.js",
"browser",
"sails"
],
"license": "MIT",
"dependencies": {},
"unpkg": "dist/parasails.js",
"jsdelivr": "dist/parasails.js",
"scripts": {
"sandbox": "node -i -e 'global[require(\"./package.json\").name] = require(\"./\"); console.log(\"\\n\\n\\n\\n--\");'",
"test": "npm run lint && npm run custom-tests",
"custom-tests": "node ./node_modules/mocha/bin/mocha -R spec",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔ Your code looks good.'"
},
"devDependencies": {
"eslint": "4.11.0",
"mocha": "3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikermcneil/parasails.git"
}
}