-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 982 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
{
"name": "PIPlayer",
"version": "0.3.42",
"license": "Apache-2.0",
"description": "Project Implicit Player",
"minno": {
"activeVersions": [
"0.3",
"0.5"
],
"questVersion": "0.1"
},
"scripts": {
"test": "eslint src/js",
"build": "npm run css && npm run requirejs",
"css": "node-sass src/css/main.scss --output src/css --source-map=true",
"requirejs": "r.js -o requirejs.build.js",
"gendocs": "minno-gendocs docs pages",
"start": "http-server . -p 3000 -o",
"version": "npm run build && git add -A dist && git add -A src/css/main.css*"
},
"repository": {
"type": "git",
"url": "https://github.com/minnojs/minno-time.git"
},
"bugs": "https://github.com/minnojs/minno-time/issues",
"author": "Elad Zlotnick",
"devDependencies": {
"eslint": "^3.19.0",
"http-server": "^0.9.0",
"marked": "~0.3.0",
"minno-gendocs": "^1.0.2",
"node-sass": "^3.4.2",
"requirejs": "^2.1.17"
}
}